mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-21 19:08:39 +01:00
parent
3eedc7b7dc
commit
00e60074c3
@ -215,7 +215,7 @@
|
||||
return original.apply(thisArg, args);
|
||||
}
|
||||
catch (error){
|
||||
return target.apply(thisArg, args);
|
||||
return scope.getWrapped(target).apply(thisArg, args);
|
||||
}
|
||||
}
|
||||
}, window, "");
|
||||
|
Loading…
x
Reference in New Issue
Block a user