diff options
author | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-08-29 01:20:45 -0400 |
---|---|---|
committer | monoguitari <113245090+monoguitari@users.noreply.github.com> | 2023-08-29 01:20:45 -0400 |
commit | 10c6aac13daafb32f7cb93dadceab273c4614209 (patch) | |
tree | 4f08abd8b23715a63d5a9a8a0b90471ce0f71f7b /src/client/views/UndoStack.tsx | |
parent | de343764f5f60bb8e9400139e1a56a8483da90b7 (diff) | |
parent | 8e143637a34e1766b5993e1c494c8d5a9d881698 (diff) |
Merge branch 'master' into advanced-trails-2-jesus
Diffstat (limited to 'src/client/views/UndoStack.tsx')
-rw-r--r-- | src/client/views/UndoStack.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/UndoStack.tsx b/src/client/views/UndoStack.tsx index a9dfbe8f0..cdc389efe 100644 --- a/src/client/views/UndoStack.tsx +++ b/src/client/views/UndoStack.tsx @@ -24,7 +24,7 @@ export class UndoStack extends React.Component<UndoStackProps> { return this.props.inline && UndoStack.HideInline ? null : ( <div className="undoStack-outerContainer"> <Popup - text={'Undo/Redo Stack'} + text="stack" color={color} background={background} placement={`top-start`} |