aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-03-05 17:23:33 -0500
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-03-05 17:23:33 -0500
commit73f709846365cb266c8489678d5c6713c0c43158 (patch)
treede58eb14e613c38e0744d9e708ec87547dad53fb /src/client/views/nodes/formattedText/FormattedTextBox.tsx
parent5cdabed4f867054ff1eade0365a56864c51e328f (diff)
difference between flashcard and comparison node
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBox.tsx')
-rw-r--r--src/client/views/nodes/formattedText/FormattedTextBox.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBox.tsx b/src/client/views/nodes/formattedText/FormattedTextBox.tsx
index 0193cdbfc..61d6094b9 100644
--- a/src/client/views/nodes/formattedText/FormattedTextBox.tsx
+++ b/src/client/views/nodes/formattedText/FormattedTextBox.tsx
@@ -931,8 +931,6 @@ export class FormattedTextBox extends ViewBoxAnnotatableComponent<FieldViewProps
event: () => (this.layoutDoc[`_${this._props.fieldKey}_usePath`] = usepath === 'alternate' || usepath === undefined ? 'alternate:hover' : undefined),
icon: !this.Document._layout_enableAltContentUI ? 'eye-slash' : 'eye',
});
- // if (usepath === undefined || usepath === 'alternate') usepath = 'alternate: hover'
- // if (usepath === 'alternate:hover') usepath = undefined;
}
!Doc.noviceMode && appearanceItems.push({ description: 'Show Highlights...', noexpand: true, subitems: highlighting, icon: 'hand-point-right' });