Skip to content

Commit

Permalink
Fix doubleclick of folder list slider
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jan 14, 2015
1 parent 7d4c8da commit 3bfa431
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions imp/js/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2792,11 +2792,10 @@ var ImpBase = {

this.is_keydown = false;

if (elt.hasClassName('splitBarVertSidebar')) {
if (elt.getAttribute('id') == 'horde-slideleft') {
ImpCore.setPref('splitbar_side', null);
this.setSidebarWidth();
e.memo.stop();
return;
} else if (elt.hasClassName('vpRow')) {
tmp = this.viewport.createSelection('domid', elt.identify());

Expand Down

0 comments on commit 3bfa431

Please sign in to comment.