Fatih Erikli
Fatih Erikli
Modal-dialog gets imported in editor.js, and in the plugin file.
Looks like import maps is the problem. It works without any problem when loading the modules with a `/` prefix.
It didn't help, I face with same problem. I tried to replace all the imports (including relative imports) with `fontra/` prefix. I receive the element has been already defined error....
If a module is imported twice, the component is trying to be registered twice (or the number of how many times it is imported in all the core code).
I'm thinking out loud. If we download the plugin to the local plugins folder in plugin manager, the jsdelivr service no longer be needed. Then the import maps no longer...
The task #1072 is done if we ignore the import maps problem. It works when you replace `/fontra` with `/` in `start.js` of the plugin. https://github.com/blackfoundrycom/fontra-reference-font. Maybe we create a...
It looks like an improvement worth to spend time on it.