mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 03:00:05 -04:00
avoid palemoon bug on dragging a text selection;
"permission denied to access property preventDefault"
This commit is contained in:
@@ -1043,7 +1043,7 @@ function up2k_init(subtle) {
|
||||
clmod(ebi(v), 'hl', 1);
|
||||
}
|
||||
function offdrag(e) {
|
||||
ev(e);
|
||||
noope(e);
|
||||
|
||||
var v = this.getAttribute('v');
|
||||
if (v)
|
||||
|
||||
@@ -295,7 +295,7 @@ function ev(e) {
|
||||
|
||||
|
||||
function noope(e) {
|
||||
ev(e);
|
||||
try { ev(e); } catch (ex) { }
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user