fix: prevent nodes from being unintentionally deleted by pressing the backspace key. (#21023)
This commit is contained in:
@@ -165,6 +165,7 @@ const ComponentPicker = ({
|
||||
isSupportFileVar={isSupportFileVar}
|
||||
onClose={handleClose}
|
||||
onBlur={handleClose}
|
||||
autoFocus={false}
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
Reference in New Issue
Block a user