mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 14:46:10 +03:00
Add try-catch for a plugin
This commit is contained in:
parent
3b1b2d6d23
commit
e059b8982e
@ -70,6 +70,7 @@
|
||||
debugger;
|
||||
}
|
||||
|
||||
try {
|
||||
const currentIncrement = self.filterIncrement;
|
||||
for (let i = 0; i < processors.length; i++) {
|
||||
if (self.filterIncrement !== currentIncrement) {
|
||||
@ -79,6 +80,9 @@
|
||||
}
|
||||
|
||||
await tile.setData(contextCopy, 'context2d');
|
||||
} catch (e) {
|
||||
// pass, this is error caused by canvas being destroyed & replaced
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user