alt-l shouldn't bring up edit tree prefix dialog

This commit is contained in:
azivner 2017-11-27 18:19:04 -05:00
parent b809971fd1
commit 40a522a9aa

View File

@ -52,8 +52,6 @@ const editTreePrefix = (function() {
return false;
});
$(document).bind('keydown', 'alt+l', showDialog);
return {
showDialog
};