mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
import panel : before removal of import from URL option
This commit is contained in:
parent
2509ba80a4
commit
61419f0bba
@ -93,7 +93,6 @@
|
||||
ns.ImportController.prototype.processImageSource_ = function (imageSource) {
|
||||
var image = new Image();
|
||||
image.onload = this.onImageLoaded_.bind(this);
|
||||
image.crossOrigin = '';
|
||||
image.src = imageSource;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user