From 8a97f92b0a701aadae397058bfd53c1b1eeed27a Mon Sep 17 00:00:00 2001 From: metacryst Date: Thu, 13 Nov 2025 15:53:16 -0600 Subject: [PATCH] quill notes --- ui/_/code/quill.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/_/code/quill.js b/ui/_/code/quill.js index d407b0e..8236048 100644 --- a/ui/_/code/quill.js +++ b/ui/_/code/quill.js @@ -1,6 +1,7 @@ /* Sam Russell Captured Sun + 11.13.25 - changed onFocus() to be a boolean event, added onInput() 11.9.25 - changed p(innerText) to p(innerHTML), adjusted onNavigate to work for multiple elements and with correct "this" scope 11.7.25 - changed registerShadow() to register(), changed onClick() to be like onHover() 11.6.25 - adding default value for "button()" "children" parameter