We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c46d0 commit 0dacf0dCopy full SHA for 0dacf0d
string/string.view.ts
@@ -8,7 +8,7 @@ namespace $.$$ {
8
@ $mol_action
9
event_change( next? : Event ) {
10
if( !next ) return
11
- const el = next.target as HTMLInputElement
+ const el = this.dom_node() as HTMLInputElement
12
const from = el.selectionStart
13
const to = el.selectionEnd
14
try {
0 commit comments