diff options
| author | bobzel <zzzman@gmail.com> | 2021-09-08 18:55:32 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-09-08 18:55:32 -0400 |
| commit | 57501970d9b56ed39c6b29680286d66a536df5f1 (patch) | |
| tree | 10fef2d12a06d8217a246e24e6bbf042352c3b10 /src/client/views/collections/CollectionStackingViewFieldColumn.tsx | |
| parent | ca8cc74157adb339c15161cacf567c726dd15d1a (diff) | |
added showTitle prop to allow sidebarAnnos to have a custom title
Diffstat (limited to 'src/client/views/collections/CollectionStackingViewFieldColumn.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingViewFieldColumn.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx index 47733994b..58289a161 100644 --- a/src/client/views/collections/CollectionStackingViewFieldColumn.tsx +++ b/src/client/views/collections/CollectionStackingViewFieldColumn.tsx @@ -111,7 +111,7 @@ export class CollectionStackingViewFieldColumn extends React.Component<CSVFieldC @action pointerEntered = () => SnappingManager.GetIsDragging() && (this._background = "#b4b4b4"); @action pointerLeave = () => this._background = "inherit"; - textCallback = (char: string) => this.addNewTextDoc("", false, true); + textCallback = (char: string) => this.addNewTextDoc("-typed text-", false, true); @action addNewTextDoc = (value: string, shiftDown?: boolean, forceEmptyNote?: boolean) => { |
