You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for making a good library. Currently, TOAST UI Editor is using a forked version of Squire, but I have a question regarding the clipboard.
Looking at the onPaste function in the clipboard module (Clipboard.js), when the clipboard data is pasted into the Squire, the conditional statement is passed only if it is not Edge.
But in my opinion, I can access html in the current version of Edge. Can I know more about the reason for this process? I would be very grateful if you would answer. Then I'll wait. 🙂
The text was updated successfully, but these errors were encountered:
First of all, thank you for making a good library. Currently, TOAST UI Editor is using a forked version of Squire, but I have a question regarding the clipboard.
Looking at the
onPaste
function in the clipboard module (Clipboard.js
), when the clipboard data is pasted into the Squire, the conditional statement is passed only if it is not Edge.According to the comment you wrote, it looks like this:
But in my opinion, I can access html in the current version of Edge. Can I know more about the reason for this process? I would be very grateful if you would answer. Then I'll wait. 🙂
The text was updated successfully, but these errors were encountered: