-
Notifications
You must be signed in to change notification settings - Fork 32
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
ui-list paste plaintext-only #2057
ui-list paste plaintext-only #2057
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! I didn't know about "plaintext-only"
.
Pls wait with merge, though, I found one thing, just a sec. |
fontra/src/fontra/client/core/utils.js Line 314 in 7157665
This may need to be changed as well. Maybe it is as simple as changing it to |
|
Ah, actually, we should use isContentEditable: https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/isContentEditable |
Thanks for the hint. That's much better. Please see the latest commit. |
Fixes #2043