We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af04a23 commit 5fcd5bcCopy full SHA for 5fcd5bc
src/ButtonPanels.tsx
@@ -170,6 +170,7 @@ export const EditButtons: React.FC<EditButtonProps> = ({
170
name="new-object-key"
171
value={newKey}
172
onChange={(e) => setNewKey(e.target.value)}
173
+ onClick={(e) => e.stopPropagation()}
174
autoFocus
175
onFocus={(e) => e.target.select()}
176
onKeyDown={handleKeyPress}
0 commit comments