mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
parent
3eedc7b7dc
commit
00e60074c3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue