TODO: Found location where Expand/Contract is coupled to "e/E"

This commit is contained in:
ortiza5 2021-03-11 17:59:50 -07:00
parent 2dbc9387d1
commit 475d242221

View File

@ -2510,6 +2510,7 @@ function map(targets, callback, reverse, stack) {
}
observer.blur();
observer.remove();
// TODO: Decouple from E key
switch (key) {
case !reverse ? 'e' : 'E':
if (targets.length > keys.length) {