ajrosen / Alfred

Alfred workflows
32 stars 2 forks source link

Restoring clipboard not working (incl. fix) #8

Closed MarcThu closed 3 years ago

MarcThu commented 3 years ago

After the delay and the check if the current clipboard-content is still the password, the clipboard is not set with the previous content. This is the first time, that I use Alfred Workflows, but I assume the variable "clip" (which the clipboard gets set after the delay) is not set. After adding a "get{clipboard}" (before the clipboard has changed the first time) and storing its content in the variable "clip" everything works now.

Bildschirmfoto 2021-04-18 um 14 05 56 Bildschirmfoto 2021-04-18 um 14 11 08
ajrosen commented 3 years ago

I'd actually fixed this bug a while ago, but forgot to commit the changes. It's now available as version 2.2.1.

Thanks!