mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-11-01 10:53:48 -04:00
Merge pull request #1 from simevidas/master
Fixed issue with double click
This commit is contained in:
@@ -64,6 +64,11 @@ chrome.extension.sendMessage({}, function(response) {
|
|||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
}, true);
|
}, true);
|
||||||
|
|
||||||
|
container.addEventListener('dblclick', function(e) {
|
||||||
|
e.preventDefault();
|
||||||
|
e.stopPropagation();
|
||||||
|
}, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
function runAction(action) {
|
function runAction(action) {
|
||||||
|
|||||||
Reference in New Issue
Block a user