Skip to content

Commit

Permalink
Added revert note to delete all tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
airenzp authored and xzhou82 committed Oct 16, 2024
1 parent df09a11 commit c1596a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/mass/nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,10 @@ function setRenderers(self) {
.style('display', 'inline-block')
.style('padding-top', '4px')
.style('vertical-align', 'middle')
icon_functions['trash'](deleteAllDiv, { handler: self.deletePlots, title: 'Delete all plots' })
icon_functions['trash'](deleteAllDiv, {
handler: self.deletePlots,
title: 'Delete all plots. To revert, click Undo button'
})

if (appState.nav.header_mode == 'only_buttons') {
self.dom.tabDiv.style('display', 'none')
Expand Down

0 comments on commit c1596a8

Please sign in to comment.