SIGN IN SIGN UP

fix: save file caption/name on every keystroke instead of on close (#2575)

Previously, caption/name values were stored in local state and only
saved to the block on Enter. Clicking outside the popover discarded
input, and Enter didn't close the popover.

Now handleChange calls editor.updateBlock directly, input reads from
block props, and the popover is controlled so Enter closes it.
Y
Yousef committed
73c785e4c50830addff764468823278a6b567463
Parent: fc44d00
Committed by GitHub <noreply@github.com> on 4/23/2026, 9:52:03 AM