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
On most Linux distros middle click pastes last selected text.
For web editors that do not render all the visible text, or do not use browser selection, this behavior is impossible to replicate ajaxorg/ace#175codemirror/codemirror5#931
On Chrome it is possible to use a hack, by putting the text into a hidden textarea and selecting it, but that causes performance issues, and doesn't work on other browsers.
It would be useful to either have a performant way to set the value of primary clipboard, or a way to set it when editor is blurred.
On most Linux distros middle click pastes last selected text.
For web editors that do not render all the visible text, or do not use browser selection, this behavior is impossible to replicate ajaxorg/ace#175 codemirror/codemirror5#931
On Chrome it is possible to use a hack, by putting the text into a hidden textarea and selecting it, but that causes performance issues, and doesn't work on other browsers.
It would be useful to either have a performant way to set the value of primary clipboard, or a way to set it when editor is blurred.
The old, non-web clipboard api on firefox provided a way to do this.
The text was updated successfully, but these errors were encountered: