mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-13 17:34:07 +02:00
Fix preview.
This commit is contained in:
@@ -204,7 +204,6 @@ const init = () => {
|
|||||||
if (ev.target.id === 'pv-overlay' || ev.target.id === 'pv-content') {
|
if (ev.target.id === 'pv-overlay' || ev.target.id === 'pv-content') {
|
||||||
onExit();
|
onExit();
|
||||||
}
|
}
|
||||||
dropEvent(ev);
|
|
||||||
})
|
})
|
||||||
.on('mousedown', dropEvent)
|
.on('mousedown', dropEvent)
|
||||||
.on('mousemove', dropEvent)
|
.on('mousemove', dropEvent)
|
||||||
|
Reference in New Issue
Block a user