kh82

Results 2 comments of kh82

I had this issue and it's now fixed. It was because I had two emmet expand abbreviation commands assigned to the tab key. I had this in my custom keymap:...

A temporary solution I implemented when I first found the bug: on vue-select: @keydown.native="keydown($event)" keydown(e){ if (9 == e.keyCode || 13 == e.keyCode){ let el = e.srcElement; let mod =...