Skip to content

Commit d4ff8c9

Browse files
change popover to hover
1 parent 158c540 commit d4ff8c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/app_ui.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ app_ui = function(request) {
2424
shiny::checkboxGroupInput(
2525
"auto_escape_check_group",
2626
label = shiny::HTML(
27-
"<label id='auto_escape_doc_popover'>Auto Escape Backslashes (<u><code>?</code></u>)"
27+
"<label>Auto Escape Backslashes (<span id='auto_escape_doc_popover'><u><code>?</code></u></span>)</label>"
2828
),
2929
choices = c("Pattern" = "pattern",
3030
"Test String" = "test_str"),
@@ -43,7 +43,7 @@ app_ui = function(request) {
4343
shiny::code("n"), " (because ", shiny::code("\\\\n"), " -> ", shiny::code("n"), ")."
4444
),
4545
placement = "right",
46-
trigger = "click",
46+
trigger = "hover",
4747
options = list(container = "body")
4848
), # shinyBS::bsPopover
4949
shiny::checkboxGroupInput(

0 commit comments

Comments
 (0)