fix: prevent nodes from being unintentionally deleted by pressing the backspace key. (#21023)

This commit is contained in:
kurokobo
2025-06-17 17:11:30 +09:00
committed by GitHub
parent 7d7bfb95f6
commit 1c1831f3db
3 changed files with 5 additions and 2 deletions
@@ -165,6 +165,7 @@ const ComponentPicker = ({
isSupportFileVar={isSupportFileVar}
onClose={handleClose}
onBlur={handleClose}
autoFocus={false}
/>
</div>
)