diff options
| author | bobzel <zzzman@gmail.com> | 2023-09-06 12:11:23 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-09-06 12:11:23 -0400 |
| commit | 530294ae0b4721f07ddbfdd584ed91ff07cdc5e3 (patch) | |
| tree | 1e822db593a9340e83f7cd3fda62cebc9eea723e /src/client/util/RTFMarkup.tsx | |
| parent | 0717311c89ad1dc98233623f223bf784f362115a (diff) | |
added undo for removing dashboards and add to recently closed. fixed link menu to open up link editor more direclty
Diffstat (limited to 'src/client/util/RTFMarkup.tsx')
| -rw-r--r-- | src/client/util/RTFMarkup.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/RTFMarkup.tsx b/src/client/util/RTFMarkup.tsx index 78069d323..9dd14a3c3 100644 --- a/src/client/util/RTFMarkup.tsx +++ b/src/client/util/RTFMarkup.tsx @@ -33,7 +33,7 @@ export class RTFMarkup extends React.Component<{}> { */ @computed get cheatSheet() { return ( - <div style={{ background: SettingsManager.Instance?.userBackgroundColor, color: SettingsManager.Instance?.userColor, textAlign: 'initial', height: '100%' }}> + <div style={{ background: SettingsManager.userBackgroundColor, color: SettingsManager.userColor, textAlign: 'initial', height: '100%' }}> <p> <b style={{ fontSize: 'larger' }}>{`wiki:phrase`}</b> {` display wikipedia page for entered text (terminate with carriage return)`} |
