Dependency bumps
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ export {
|
||||
Book as BookIcon,
|
||||
Home as HomeIcon,
|
||||
Terminal as TerminalIcon,
|
||||
} from "https://esm.sh/preact-feather@4.2.1";
|
||||
} from "https://esm.sh/preact-feather@4.2.1?external=preact";
|
||||
|
||||
// Y collab
|
||||
export * as Y from "yjs";
|
||||
|
||||
@@ -786,6 +786,7 @@ export class Editor {
|
||||
}
|
||||
},
|
||||
click: (event: MouseEvent, view: EditorView) => {
|
||||
console.log("Click handler")
|
||||
safeRun(async () => {
|
||||
const clickEvent: ClickEvent = {
|
||||
page: pageName,
|
||||
|
||||
Reference in New Issue
Block a user