Closed yamachan428 closed 1 year ago
Hi. Thank you always for the helpful content.
Below, the tooltip portion of the toolbar template, <span class=\"tooltip\">Press enter key to apply change!</span>, is a fixed string. Could you please change it to a variable (probably {5})? https://github.com/hunghg255/quill-resize-image/blob/643a5a26b4274358df953faa88121fae28c37866/dist/quill-resize-image.js#L106-L106
<span class=\"tooltip\">Press enter key to apply change!</span>
thanks for the feedback @yamachan428. I updated it, you can check new version
@hunghg255 thanks for the update. I have confirmed that it is working as expected
Hi. Thank you always for the helpful content.
Below, the tooltip portion of the toolbar template,
<span class=\"tooltip\">Press enter key to apply change!</span>
, is a fixed string. Could you please change it to a variable (probably {5})? https://github.com/hunghg255/quill-resize-image/blob/643a5a26b4274358df953faa88121fae28c37866/dist/quill-resize-image.js#L106-L106