patching stack problem

This commit is contained in:
metacryst
2025-12-26 06:33:21 -06:00
parent 12bb5346e8
commit 188837d873

View File

@@ -1,6 +1,7 @@
/*
Sam Russell
Captured Sun
12.26.25 - State for arrays, nested objects. State for stacks (Shadow-only)
12.17.25 - [Hyperia] - adding width, height functions. adding "e" to onClick. adding the non-window $$ funcs.
12.16.25 - [comalyr] - State
11.25.25.1 - Added minHeight and minWidth to be counted as numerical styles
@@ -827,6 +828,7 @@ handleStack = function(cb, name, styles="") {
if (nowRendering.innerHTML.trim() === "" && !quill.isStack(nowRendering)) {
nowRendering.style.cssText += styles
nowRendering.classList.add(name)
quill.lastState = null
cb()
if(quill.lastState) {
nowRendering.addStateWatcher(quill.lastState, () => {