mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-24 20:14:37 -04:00
Preview updates.
This commit is contained in:
parent
11f6b3792d
commit
72c7b32a94
5 changed files with 22 additions and 35 deletions
|
@ -244,7 +244,7 @@ modulejs.define('ext/preview', ['_', '$', 'core/settings', 'core/resource', 'cor
|
|||
var fsTimer = null;
|
||||
$('#pv-overlay')
|
||||
.on('keydown', onKeydown)
|
||||
.on('mousemove', onMouseMove)
|
||||
.on('mousemove click mousedown', onMouseMove)
|
||||
.on('click mousedown mousemove keydown keypress', function (event) {
|
||||
|
||||
event.stopImmediatePropagation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue