Skip to content

v1.0.7

Latest

Choose a tag to compare

@dralkh dralkh released this 18 Sep 14:00

Fixed

  • List view no longer spawns duplicate note rows when opening a day from the calendar. Calendar day-cell click handlers were accumulating on every render, firing a burst of concurrent sidebar refreshes; clicks now replace the handler instead of stacking.
  • Sidebar refreshes are serialized/coalesced so overlapping renders can no longer duplicate note items.
  • Drag-and-drop listeners are attached only once, stale resize observers are disconnected, and note paths are deduped when rendering and when applying the custom order.