forked from Botanical/BotanJS
do not blur focus
This commit is contained in:
parent
6674931273
commit
2e175b33fd
@ -120,9 +120,7 @@
|
||||
var node = document.activeElement;
|
||||
if( node.nodeName == "TEXTAREA" )
|
||||
{
|
||||
new VimArea( node );
|
||||
node.blur();
|
||||
node.focus();
|
||||
new VimArea( node, true );
|
||||
}
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user