mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 04:26:35 +02:00
parent
3eedc7b7dc
commit
00e60074c3
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@
|
||||||
return original.apply(thisArg, args);
|
return original.apply(thisArg, args);
|
||||||
}
|
}
|
||||||
catch (error){
|
catch (error){
|
||||||
return target.apply(thisArg, args);
|
return scope.getWrapped(target).apply(thisArg, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, window, "");
|
}, window, "");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue