Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production #94

Closed
wants to merge 21 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: create bundle files for 3.0.2
  • Loading branch information
Dongsik Yoo committed Sep 13, 2017
commit 5a1db9596067abfe542092b690508856e5bdf736
6 changes: 5 additions & 1 deletion dist/tui-image-editor.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* tui-image-editor.js
* @version 3.0.1
* @version 3.0.2
* @author NHNEnt FE Development Lab <[email protected]>
* @license MIT
*/
Expand Down Expand Up @@ -4662,6 +4662,8 @@ return /******/ (function(modules) { // webpackBootstrap

object.set(clone);

object.setCoords();

this.getCanvas().renderAll();

return clone;
Expand Down Expand Up @@ -4748,6 +4750,8 @@ return /******/ (function(modules) { // webpackBootstrap
top: y + diffY
});

targetObj.setCoords();

return true;
}

Expand Down
Loading