mirror of
https://github.com/docusealco/docuseal.git
synced 2026-08-07 07:14:43 +00:00
fix input mode
This commit is contained in:
@@ -726,6 +726,10 @@ export default {
|
||||
return
|
||||
}
|
||||
|
||||
if (this.inputMode && (this.isValueInput || this.isCheckboxInput || this.isSelectInput)) {
|
||||
return
|
||||
}
|
||||
|
||||
document.activeElement?.blur()
|
||||
|
||||
e.preventDefault()
|
||||
|
||||
Reference in New Issue
Block a user