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:
@ -93,7 +93,6 @@
|
|||||||
ns.ImportController.prototype.processImageSource_ = function (imageSource) {
|
ns.ImportController.prototype.processImageSource_ = function (imageSource) {
|
||||||
var image = new Image();
|
var image = new Image();
|
||||||
image.onload = this.onImageLoaded_.bind(this);
|
image.onload = this.onImageLoaded_.bind(this);
|
||||||
image.crossOrigin = '';
|
|
||||||
image.src = imageSource;
|
image.src = imageSource;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user