refactor: extract clipboard setter as utils #104
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "septs:clipboard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This does not really simplify the code at all compared to using
ClipboardManager
API directly, most evident by the need for a callback still.Again, do not add abstraction for the sake of abstraction. Closed.
Pull request closed