Set ABORT state in base class
This commit is contained in:
@@ -69,8 +69,6 @@ class ImageTile extends Tile {
|
||||
if (this.interimTile) {
|
||||
this.interimTile.dispose();
|
||||
}
|
||||
this.state = TileState.ABORT;
|
||||
this.changed();
|
||||
super.disposeInternal();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user