fix(sticky): restore zoom-aware preset creation and live editing sync

This commit is contained in:
Hiren Kangad
2026-03-13 00:42:32 +05:30
parent 2d05226ddd
commit ce1cc60d67
4 changed files with 60 additions and 16 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
* Direct manipulation (resize-bake) intentionally bypasses these
* clamps so users can scale text to any size.
*
* Sticky notes use discrete presets (S/M/L/XL/XXL) defined in
* TextFormatToolbar.tsx — not continuous clamps.
* Sticky notes use discrete presets defined in stickyPresets.ts — not
* continuous clamps.
*/
const TEXT_FONT_MIN = 6;