mirror of https://github.com/TriliumNext/Notes
Use better method to expose watchdog
parent
a7bb9219bf
commit
db8ab2bc72
@ -1,7 +1,9 @@
|
|||||||
|
import { EditorWatchdog } from "@ckeditor/ckeditor5-watchdog";
|
||||||
import BalloonEditor from "./ckeditor_balloon";
|
import BalloonEditor from "./ckeditor_balloon";
|
||||||
import DecoupledEditor from "./ckeditor_decoupled";
|
import DecoupledEditor from "./ckeditor_decoupled";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
BalloonEditor,
|
BalloonEditor,
|
||||||
DecoupledEditor
|
DecoupledEditor,
|
||||||
|
EditorWatchdog
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue