Dependency bumps

This commit is contained in:
Zef Hemel
2023-02-23 16:02:41 +01:00
parent c1528eff08
commit a11f4b1d57
4 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -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";
+1
View File
@@ -786,6 +786,7 @@ export class Editor {
}
},
click: (event: MouseEvent, view: EditorView) => {
console.log("Click handler")
safeRun(async () => {
const clickEvent: ClickEvent = {
page: pageName,