fix: prompt editor variable picker (#3177)

pull/3179/head
zxhlyh 2 years ago committed by GitHub
parent 1382f10433
commit b7691f5658
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -40,7 +40,7 @@ const OnBlurBlock: FC<OnBlurBlockProps> = ({
() => {
ref.current = setTimeout(() => {
editor.dispatchCommand(KEY_ESCAPE_COMMAND, new KeyboardEvent('keydown', { key: 'Escape' }))
}, 100)
}, 200)
if (onBlur)
onBlur()

Loading…
Cancel
Save