Remove mobile clipboard management (this should be the responsibility of the GUI toolkit)

This commit is contained in:
2025-11-13 21:58:37 -05:00
parent 80cf65775a
commit 8d1dd48035
11 changed files with 13 additions and 76 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build (windows || darwin || android || ios || termux || wsl) && interactive
//go:build (windows || wsl || (darwin && !ios) || (android && termux)) && interactive
package clip