Skip to content

Commit

Permalink
Include more info in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Chet Joswig authored and joswig committed Oct 9, 2023
1 parent 1df4e14 commit 5cdacc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/timeline/TimelineViewControls.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@
class="st-button icon"
on:click={onCopyViewportURL}
use:tooltip={{
content: `Copy URL of current viewport to clipboard.${$viewIsModified ? ' View has unsaved changes.' : ''}`,
content: `Copy URL including plan, visible time window, selection, and simulation dataset to clipboard.${
$viewIsModified ? ' View has unsaved changes.' : ''
}`,
placement: 'bottom',
}}
>
Expand Down

0 comments on commit 5cdacc2

Please sign in to comment.