Skip to content

Commit

Permalink
fix: update template content
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Aug 16, 2023
1 parent 643a5a2 commit 42f406c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/quill-resize-image.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
}
return ResizeElement;
}(HTMLElement));
var template = "\n<div class=\"handler\" title=\"{0}\"></div>\n<div class=\"toolbar\">\n <div class=\"group\">\n <a class=\"btn\" data-type=\"width\" data-styles=\"width:100%\">100%</a>\n <a class=\"btn\" data-type=\"width\" data-styles=\"width:50%\">50%</a>\n <span class=\"input-wrapper\"><input data-type=\"width\" maxlength=\"3\" /><span class=\"suffix\">%</span><span class=\"tooltip\">Press enter key to apply change!</span></span>\n <a class=\"btn\" data-type=\"width\" data-styles=\"width:auto\">{4}</a>\n </div>\n <div class=\"group\">\n <a class=\"btn\" data-type=\"align\" data-styles=\"float:left\">{1}</a>\n <a class=\"btn\" data-type=\"align\" data-styles=\"display:block;margin:auto;\">{2}</a>\n <a class=\"btn\" data-type=\"align\" data-styles=\"float:right;\">{3}</a>\n <a class=\"btn\" data-type=\"align\" data-styles=\"\">{4}</a>\n </div>\n</div>\n";
var template = "\n<div class=\"handler\" title=\"{0}\"></div>\n<div class=\"toolbar\">\n <div class=\"group\">\n <a class=\"btn\" data-type=\"width\" data-styles=\"width:100%\">100%</a>\n <a class=\"btn\" data-type=\"width\" data-styles=\"width:50%\">50%</a>\n <span class=\"input-wrapper\"><input data-type=\"width\" maxlength=\"3\" /><span class=\"suffix\">%</span><span class=\"tooltip\">{5}</span></span>\n <a class=\"btn\" data-type=\"width\" data-styles=\"width:auto\">{4}</a>\n </div>\n <div class=\"group\">\n <a class=\"btn\" data-type=\"align\" data-styles=\"float:left\">{1}</a>\n <a class=\"btn\" data-type=\"align\" data-styles=\"display:block;margin:auto;\">{2}</a>\n <a class=\"btn\" data-type=\"align\" data-styles=\"float:right;\">{3}</a>\n <a class=\"btn\" data-type=\"align\" data-styles=\"\">{4}</a>\n </div>\n</div>\n";
var ResizePlugin = /** @class */ (function () {
function ResizePlugin(resizeTarget, container, options) {
this.resizer = null;
Expand Down
Loading

1 comment on commit 42f406c

@vercel
Copy link

@vercel vercel bot commented on 42f406c Aug 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.