diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-27 09:25:32 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-27 09:25:32 -0400 |
| commit | 07f68d5692609a6128716f2b9f1effa2a09013b2 (patch) | |
| tree | eedc53cff393c547ed979dac8e5ec3d6d99f4e1c /src/client/views/MainView.tsx | |
| parent | 6f0c33a231a0bb1eb641169a97c44712f896e1d6 (diff) | |
restored ink width control. changed dropping image on image to swap image only if Alt is pressed.
Diffstat (limited to 'src/client/views/MainView.tsx')
| -rw-r--r-- | src/client/views/MainView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 462ea1594..6290d8985 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -404,7 +404,6 @@ export class MainView extends React.Component { <ContextMenu /> {this.nodesMenu()} {this.miscButtons} - <InkingControl /> <PDFMenu /> <MainOverlayTextBox /> </div> |
