Skip to content

Commit

Permalink
[cmd:quicklook] show|hide cover on navdock resize
Browse files Browse the repository at this point in the history
  • Loading branch information
nao-pon committed Sep 14, 2017
1 parent a27bb97 commit 487e89e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/commands/quicklook.js
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,8 @@
}
});
}
}).bind('navdockresizestart navdockresizestop', function(e) {
cover[e.type === 'navdockresizestart'? 'show' : 'hide']();
});
};

Expand Down

0 comments on commit 487e89e

Please sign in to comment.