Skip to content

Commit

Permalink
Update comments in annotate_gui
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoliu-cl committed Nov 15, 2024
1 parent 6f85383 commit f3a06cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/annotate_gui.R
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ annotate_gui <- function() {
))
})

# Add this observer for handling code merging
# Observer for handling code merging
observeEvent(input$confirm_merge_codes, {
req(input$codes_to_merge, input$new_code_name)

Expand Down

0 comments on commit f3a06cf

Please sign in to comment.