diff --git a/src/parts/events.js b/src/parts/events.js index dda87047..b8b19903 100644 --- a/src/parts/events.js +++ b/src/parts/events.js @@ -231,7 +231,8 @@ export default { // e.target.classList.remove('placeholder'); if( dropdownCanBeShown && condition2 ){ // && _s.mode != "select" this.dropdown.show(this.value.length ? '' : undefined) - tagText?.focus() + + this.events.callbacks.onDoubleClickScope.call(this, e) this.setRangeAtStartEnd(false, tagText) }