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
fix(web)!: replace current clipboard logic with auto and manual clipboard modes (#935)
Adds:
- auto clipboard mode.
When it's enabled, the clipboard will be automatically monitored for
changes, and updates from the server will be automatically saved to the
local clipboard (this is the old logic; nothing has changed).
- manual clipboard mode.
One calls dedicated functions to interact with the clipboard.
0 commit comments