forked from gmp/clip
1
0
Fork 0

clear before paste files

This commit is contained in:
Ilya Turkin 2021-02-01 17:34:13 +03:00
parent 3615552b6d
commit b265467dc4
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ func PasteFileList(filePaths []string) {
if pb == nil {
pb = ns.NSPasteboardGeneralPasteboard()
}
pb.ClearContents()
pb.PasteFileList(filePaths)
}