diff options
author | eperelm2 <emily_perelman@brown.edu> | 2023-07-24 11:16:58 -0400 |
---|---|---|
committer | eperelm2 <emily_perelman@brown.edu> | 2023-07-24 11:16:58 -0400 |
commit | 78221fd50b722ab32112d83c0d5cdc0658f2b34f (patch) | |
tree | edd999bc79364f724e5e3c399dddff6266d4b184 /src/client/views/PropertiesView.tsx | |
parent | 50cb7d0981a71c2eb45fbecfc2befad94d431eaa (diff) | |
parent | 9bd34e05c1a55adc1dbc32635442a184a49ee444 (diff) |
Merge branch 'master' into secondpropertiesmenu-emily
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 045d70591..3ad60865d 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -1535,7 +1535,6 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { <option value={OpenWhere.addRight}>Opening in new right pane</option> <option value={OpenWhere.replaceLeft}>Replacing left tab</option> <option value={OpenWhere.replaceRight}>Replacing right tab</option> - <option value={OpenWhere.fullScreen}>Overlaying current tab</option> <option value={OpenWhere.lightbox}>Opening in lightbox</option> <option value={OpenWhere.add}>Opening in new tab</option> <option value={OpenWhere.replace}>Replacing current tab</option> |