diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2024-05-14 13:37:58 -0400 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2024-05-14 13:37:58 -0400 |
| commit | 0201c8b4d52932760d87686424cdc0a4d39e60bd (patch) | |
| tree | f938733e4780dc01a810fa87f5ce751f58df2d6a /src/client/views/nodes/trails/PresElementBox.tsx | |
| parent | 255495874b3fd2644cf05f330d15194318adcc55 (diff) | |
cleaning, bug fixing
Diffstat (limited to 'src/client/views/nodes/trails/PresElementBox.tsx')
| -rw-r--r-- | src/client/views/nodes/trails/PresElementBox.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/nodes/trails/PresElementBox.tsx b/src/client/views/nodes/trails/PresElementBox.tsx index 268b1c803..1c6b38aeb 100644 --- a/src/client/views/nodes/trails/PresElementBox.tsx +++ b/src/client/views/nodes/trails/PresElementBox.tsx @@ -513,11 +513,12 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps>() { </Tooltip> ); items.push( - <Tooltip key="edit" title={<div className="dash-tooltip">Edit</div>}> + <Tooltip key="customize-slide" title={<div className="dash-tooltip">Customize Slide</div>}> <div className={'slideButton'} onClick={() => { this.presBoxView?.regularSelect(this.slideDoc, this._itemRef.current!, this._dragRef.current!, true, false); + PresBox.Instance.navigateToActiveItem(); PresBox.Instance.openProperties(); PresBox.Instance.slideToModify = this.Document; }}> |
