bayleeadamoss / zazu-clipboard

A clipboard manager for Zazu.
The Unlicense
14 stars 12 forks source link

fix: paste image from file path #27

Closed gera2ld closed 4 years ago

gera2ld commented 4 years ago

clip.raw is the path to image file rather than the base64 data, so this feature does not actually work now.

linonetwo commented 4 years ago

Seems it used to be base64 or something? Why did this changed?

gera2ld commented 4 years ago

clip.raw has been a path since three years ago:

https://github.com/tinytacoteam/zazu-clipboard/blob/8e792529cfc591315475d3f2a792b1c3bf6a2536/src/monitor.js#L44

linonetwo commented 4 years ago

Interesting... Have you tested it locally? I can merge it if so.

gera2ld commented 4 years ago

Have you tested it locally?

Sure, it works for me now.

linonetwo commented 4 years ago

Thanks for your work!