You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I have a problem.
I have three buttons that launch clipboard A, B and C.
After click on A - nothing copied.
After click on B - copied text that was targeted for A button.
And If I click A button twice - it copied right.
It stacking results somehow. The selectors are right and checked by console inside "copy: function() {}", but returned values (copied text) are late.
Have you seen this behavior before?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello, the plugin is awsome, but I have same problem. I have only one button and it works after second click. The first click execute the "copy: " function, but do not save the value to clipboard. The second does. Using Safari 7.0.5 on Mac.
Hello, great plugin!
But I have a problem.
I have three buttons that launch clipboard A, B and C.
After click on A - nothing copied.
After click on B - copied text that was targeted for A button.
And If I click A button twice - it copied right.
It stacking results somehow. The selectors are right and checked by console inside "copy: function() {}", but returned values (copied text) are late.
Have you seen this behavior before?
Thanks!
The text was updated successfully, but these errors were encountered: