From ca51c3e9b2b81aee84268e2b6260ed00cf69f34c Mon Sep 17 00:00:00 2001 From: Alex Szabo Date: Fri, 15 Dec 2023 23:44:05 +0100 Subject: [PATCH] fix: fix bad export --- bundle.min.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.min.js b/bundle.min.js index 5d471cf..89dce2c 100644 --- a/bundle.min.js +++ b/bundle.min.js @@ -47354,7 +47354,7 @@ emitter.on('gallery:export', (e) => { const fixCode = (code) => { - return code.replace(/([^\s])*([^\s])/g, '$1 * $2'); + return code.replace(/([^\s])\*([^\s])/g, '$1 * $2'); } // we have to deduplicate by name b4 saving