mirror of
https://github.com/rstudio/shiny.git
synced 2026-02-06 12:44:58 -05:00
Add optional update button for bookmarkOutput
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
function renderValue(el, data) {
|
||||
const $el = $(el);
|
||||
const $button = $el.find('button');
|
||||
const $button = $el.find('button[data-clipboard-target]');
|
||||
|
||||
// Initialize clipboardjs for this element, one time only
|
||||
if (!$button.data('clipboard-initialized')) {
|
||||
|
||||
Reference in New Issue
Block a user