From 68f613b5e762649b743059e494e9307eb103ff0d Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Thu, 8 Aug 2019 16:15:22 -0400 Subject: Fixed per field write modes --- src/client/views/MainView.tsx | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'src/client/views/MainView.tsx') diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index ddb023aca..7629a0906 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -435,6 +435,7 @@ export class MainView extends React.Component { } + private mode: DocServer.WriteMode = DocServer.WriteMode.Always; @observable private _colorPickerDisplay = false; /* for the expandable add nodes menu. Not included with the miscbuttons because once it expands it expands the whole div with it, making canvas interactions limited. */ nodesMenu() { @@ -479,15 +480,13 @@ export class MainView extends React.Component { )}
  • -
  • +