will consolidate down

This commit is contained in:
Michael Freno
2025-11-20 20:07:04 -05:00
parent 330d94acf7
commit a19352bc9e
7 changed files with 1476 additions and 113 deletions

View File

@@ -1571,6 +1571,9 @@ function TextEditor:update(dt)
self._cursorVisible = not self._cursorVisible
end
end
-- Save state for immediate mode (cursor blink timer changes need to persist)
self:_saveState()
end
---Update element height based on text content (for autoGrow)