NCEAS / metacatui

MetacatUI: A client-side web interface for DataONE data repositories
https://nceas.github.io/metacatui
Apache License 2.0
42 stars 27 forks source link

"Copy" button for user token doesn't work #1320

Closed laurenwalker closed 4 years ago

laurenwalker commented 4 years ago

In the user settings, the Copy button for the token doesn't work. The "Copy citation" button on the MetadataView does work, so it's something isolated to the UserView.

amoeba commented 4 years ago

Fixed in https://github.com/NCEAS/metacatui/commit/8e530a47ee8ca5536db0f99a182692e7bd1ed49c. Changed the usage of the Clipboard API to use an event delegate instead of DOM binding. Seems to work nicely now.