temporary fix (see comment)
rollup behavior makes svgEditor global variable inaccessible -> dist does not work. This fix is temporary by removing use of the variable until we solve this rollup config issue or find a different approach
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/* eslint-disable max-len */
|
||||
/* globals svgEditor */
|
||||
import 'elix/define/Dialog.js';
|
||||
const template = document.createElement('template');
|
||||
const notification = svgEditor.i18next.t('notification.editorPreferencesMsg');
|
||||
const prefs_and_content = svgEditor.i18next.t('properties.prefs_and_content');
|
||||
|
||||
Reference in New Issue
Block a user