diff options
author | bobzel <zzzman@gmail.com> | 2021-03-29 12:22:35 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-29 12:22:35 -0400 |
commit | a1a9803096adde0cd932e703080948ef1d1724f7 (patch) | |
tree | 82cd4382cfb423a01cf61f04187e09451328ae00 /src/client/views/PropertiesView.tsx | |
parent | 317dd86ab8bad7afc927a1d6dc7e5d458bac4340 (diff) |
fixed doc decorations for dictation. gave dictation docs a title. minor cleanup.
Diffstat (limited to 'src/client/views/PropertiesView.tsx')
-rw-r--r-- | src/client/views/PropertiesView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/PropertiesView.tsx b/src/client/views/PropertiesView.tsx index 73c688029..0b2cdde6f 100644 --- a/src/client/views/PropertiesView.tsx +++ b/src/client/views/PropertiesView.tsx @@ -288,7 +288,7 @@ export class PropertiesView extends React.Component<PropertiesViewProps> { addDocument={returnFalse} moveDocument={undefined} removeDocument={returnFalse} - parentActive={() => false} + parentActive={returnFalse} whenActiveChanged={emptyFunction} addDocTab={returnFalse} pinToPres={emptyFunction} |