diff options
| author | bobzel <zzzman@gmail.com> | 2021-01-14 11:58:25 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-01-14 11:58:25 -0500 |
| commit | 6ce848be82dcb2c3b8bffe69282305b348d639a2 (patch) | |
| tree | 15e0a5600cfbec8cc2c3968e2258f34feda4334f /src/client/views/collections | |
| parent | ad0cad318eb04199a0a68752b74374ff8f66a3be (diff) | |
fixed stacking behavior of what audio regions that have no end
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/TabDocView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/TabDocView.tsx b/src/client/views/collections/TabDocView.tsx index 09f709a5e..5ca069fb9 100644 --- a/src/client/views/collections/TabDocView.tsx +++ b/src/client/views/collections/TabDocView.tsx @@ -196,7 +196,7 @@ export class TabDocView extends React.Component<TabDocViewProps> { pinDoc.x = doc.x; pinDoc.presHideAfter = true; pinDoc.presHideBefore = true; - pinDoc.title = doc.title + "- Spotlight"; + pinDoc.title = doc.title + " (move)"; pinDoc.presMovement = PresMovement.None; } if (curPres.expandBoolean) pinDoc.presExpandInlineButton = true; |
