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;
|
var node = document.activeElement;
|
||||||
if( node.nodeName == "TEXTAREA" )
|
if( node.nodeName == "TEXTAREA" )
|
||||||
{
|
{
|
||||||
new VimArea( node );
|
new VimArea( node, true );
|
||||||
node.blur();
|
|
||||||
node.focus();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user