diff --git a/public/script.js b/public/script.js index 2e5fca74d..8fc833666 100644 --- a/public/script.js +++ b/public/script.js @@ -6798,7 +6798,10 @@ function updateMessage(div) { text = getRegexedString( text, regexPlacement, - { characterOverride: mes.extra?.type === 'narrator' ? undefined : mes.name }, + { + characterOverride: mes.extra?.type === 'narrator' ? undefined : mes.name, + isEdit: true, + }, ); diff --git a/public/scripts/extensions/regex/editor.html b/public/scripts/extensions/regex/editor.html index aa207ffd9..e9603bd7d 100644 --- a/public/scripts/extensions/regex/editor.html +++ b/public/scripts/extensions/regex/editor.html @@ -117,7 +117,7 @@ Disabled -