Skip to content

Commit 47da628

Browse files
committed
Adjust imports
1 parent 3a93d7a commit 47da628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

@webwriter/core/view/editor/editor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Palette } from "./palette"
1717
import { ProsemirrorEditor } from "./prosemirroreditor"
1818

1919
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"
20+
import scopedCustomElementsRegistryString from "@webcomponents/scoped-custom-element-registry/scoped-custom-element-registry.min.js?raw"
2121

2222
import {computePosition, autoUpdate, offset, shift, flip} from '@floating-ui/dom'
2323
import { Command } from "../../viewmodel"

0 commit comments

Comments
 (0)