1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-10 07:54:00 +02:00

Fix preview.

This commit is contained in:
Lars Jung
2016-07-21 13:48:54 +02:00
parent 9b88cdeb9b
commit 83aad78ab0

View File

@@ -204,7 +204,6 @@ const init = () => {
if (ev.target.id === 'pv-overlay' || ev.target.id === 'pv-content') {
onExit();
}
dropEvent(ev);
})
.on('mousedown', dropEvent)
.on('mousemove', dropEvent)