We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a93d7a commit 47da628Copy full SHA for 47da628
@webwriter/core/view/editor/editor.ts
@@ -17,7 +17,7 @@ import { Palette } from "./palette"
17
import { ProsemirrorEditor } from "./prosemirroreditor"
18
19
import redefineCustomElementsString from "redefine-custom-elements/lib/index.js?raw"
20
-// import scopedCustomElementsRegistryString from "@webcomponents/scoped-custom-element-registry/scoped-custom-element-registry.min.js?raw"
+import scopedCustomElementsRegistryString from "@webcomponents/scoped-custom-element-registry/scoped-custom-element-registry.min.js?raw"
21
22
import {computePosition, autoUpdate, offset, shift, flip} from '@floating-ui/dom'
23
import { Command } from "../../viewmodel"
0 commit comments