diff options
author | bobzel <zzzman@gmail.com> | 2024-05-20 15:48:44 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-20 15:48:44 -0400 |
commit | 46a2e250a40f30ff0bdfb4471f3905364e5ad803 (patch) | |
tree | 17b8b659a3e230ddb1af59e83885f1cd1c73a0af /src | |
parent | 526d556304d9f9a3cafded5a0c5d7b17e525d310 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBox.tsx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx index cf171c14b..9ccd95f24 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx @@ -1972,20 +1972,18 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FormattedTextB <Tooltip title={ <div className="dash-tooltip"> - flip - {/* - <div className="dash-tooltip"> toggle (%/) between <span style={{ color: usePath === undefined ? 'black' : undefined }}> <em> primary </em> - </span> and + </span> + and <span style={{ color: usePath === 'alternate' ? 'black' : undefined }}> <em>alternate </em> </span> and show <span style={{ color: usePath === 'alternate:hover' ? 'black' : undefined }}> <em> alternate on hover</em> - </span> */} + </span> </div> }> <div |