Showing members, allowing window resize

This commit is contained in:
metacryst
2026-01-14 17:47:59 -06:00
parent 0f400fe300
commit d57ab2bf7a
19 changed files with 94 additions and 87 deletions

View File

@@ -46,7 +46,7 @@ class AppMenu extends Shadow {
this.rerender()
})
.onEvent("appchange", () => {
console.log("event firing successfully")
// console.log("app hello?") // BUG: Quill is not acknowledging this event unless there is something else in the function body
this.rerender()
})
.position("fixed")