Update index.vue
remove stubborn debugger statement
This commit is contained in:
parent
bfffdbc4d8
commit
b46b2c1e8e
1 changed files with 0 additions and 1 deletions
|
|
@ -408,7 +408,6 @@
|
|||
const oldSelectionStart = event.target.selectionStart;
|
||||
const oldSelectionEnd = event.target.selectionEnd;
|
||||
event.target.value = textBeforeCursor + '\xa0\xa0' + textAfterCursor;
|
||||
debugger;
|
||||
event.target.selectionStart = event.target.selectionEnd = oldSelectionStart + 2;
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue