Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
captainIN committed Aug 5, 2024
2 parents ac19016 + 7581b79 commit d9a93a5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/image-editor/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for TOAST UI Image Editor v3.15.15
// Type definitions for TOAST UI Image Editor v3.15.16
// TypeScript Version: 3.2.2

declare namespace tuiImageEditor {
Expand Down
2 changes: 1 addition & 1 deletion apps/image-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jaymanyoo/tui-image-editor",
"version": "3.15.15",
"version": "3.15.16",
"description": "TOAST UI ImageEditor",
"keywords": [
"nhn",
Expand Down
2 changes: 1 addition & 1 deletion apps/image-editor/src/js/ui/shape.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class Shape extends Submenu {
*/
setStrokeValue(value) {
if (!value) {
value = 1;
value = 2;
}
this._els.strokeRange.value = value;
this._els.strokeRange.trigger('change');
Expand Down
4 changes: 2 additions & 2 deletions apps/react-image-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jaymanyoo/react-image-editor",
"version": "3.15.16",
"version": "3.15.17",
"description": "TOAST UI Image-Editor for React",
"main": "dist/toastui-react-image-editor.js",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@jaymanyoo/tui-image-editor": "^3.15.15",
"@jaymanyoo/tui-image-editor": "^3.15.16",
"fabric": "^4.2.0"
}
}
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9a93a5

Please sign in to comment.