Skip to content

Commit 5a1db95

Browse files
author
Dongsik Yoo
committed
chore: create bundle files for 3.0.2
1 parent 3d8774a commit 5a1db95

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

dist/tui-image-editor.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* tui-image-editor.js
3-
* @version 3.0.1
3+
* @version 3.0.2
44
* @author NHNEnt FE Development Lab <[email protected]>
55
* @license MIT
66
*/
@@ -4662,6 +4662,8 @@ return /******/ (function(modules) { // webpackBootstrap
46624662

46634663
object.set(clone);
46644664

4665+
object.setCoords();
4666+
46654667
this.getCanvas().renderAll();
46664668

46674669
return clone;
@@ -4748,6 +4750,8 @@ return /******/ (function(modules) { // webpackBootstrap
47484750
top: y + diffY
47494751
});
47504752

4753+
targetObj.setCoords();
4754+
47514755
return true;
47524756
}
47534757

0 commit comments

Comments
 (0)