img id bug fix
This commit is contained in:
parent
2f387c55cc
commit
156ac00f52
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ $(function(){
|
|||
newImg.transformable();
|
||||
newImg.ftDisableRotate();
|
||||
newImg.ftRegisterCallback(self.svgTransformUpdate);
|
||||
file.id = previewId;
|
||||
file.id = id;
|
||||
file.previewId = previewId;
|
||||
file.url = url;
|
||||
file.subtype = "bitmap";
|
||||
|
|
|
|||
Loading…
Reference in a new issue