regex: update for new popup

b72d7f37d713abe510bdc001f04fe56561b09708

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/extensions/regex/index.js+1 -1
@@ -276,7 +276,7 @@ async function onRegexEditorOpenClick(existingId, isScoped) {
276276 editorHtml.find('input, textarea, select').on('input', updateTestResult);
277277 updateInfoBlock(editorHtml);
278278
279279 const popupResult = await callPopupcallGenericPopup(editorHtml, 'confirm'POPUP_TYPE.CONFIRM, undefined'', { okButton: t`Save`, cancelButton: t`Cancel`, allowVerticalScrolling: true });
280280 if (popupResult) {
281281 const newRegexScript = {
282282 id: existingId ? String(existingId) : uuidv4(),