Feat v0.4.4 rich editor import export #26

Merged
xcaliber merged 3 commits from feat/v0.4.4-rich-editor-import-export into main 2026-03-29 19:25:30 +00:00
Showing only changes of commit f73982ac90 - Show all commits

View File

@@ -25,7 +25,6 @@
}
var s = document.createElement('script');
s.src = base + src;
s.type = 'module';
s.onload = resolve;
s.onerror = function() { resolve(); }; // Non-fatal
document.head.appendChild(s);