awkward / Alembic

⚗️ Extract a color palette from Sketch images
MIT License
566 stars 19 forks source link

Copying to clipboard doesn't work with Safari 9 and lower #4

Closed marcbouchenoire closed 7 years ago

marcbouchenoire commented 7 years ago

execCommand() isn't available in Safari 9 and lower so copying colors to clipboard doesn't work.

Temporary fix

Install Safari 10 on the Mac App Store if you are using OS X El Capitan or OS X Yosemite.

Fix

Use the native NSPasteboard API instead of execCommand() directly in the WebView.