mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 08:53:25 +01:00
keep only one stage control
This commit is contained in:
parent
9a0aaf8fac
commit
1d66f7d71f
1 changed files with 0 additions and 2 deletions
|
|
@ -7,7 +7,6 @@ import {StreamsContext} from 'ui/streamsContext';
|
||||||
import {ToastContainer} from "react-toastify";
|
import {ToastContainer} from "react-toastify";
|
||||||
import 'react-toastify/dist/ReactToastify.css';
|
import 'react-toastify/dist/ReactToastify.css';
|
||||||
import SketcherOperationWizard from "./SketcherOperationWizard";
|
import SketcherOperationWizard from "./SketcherOperationWizard";
|
||||||
import {StageControl} from "./StageControl";
|
|
||||||
import {Scope} from "./Scope";
|
import {Scope} from "./Scope";
|
||||||
import {SketcherToolbar} from "./SketcherToolbar";
|
import {SketcherToolbar} from "./SketcherToolbar";
|
||||||
import {sketcherRightToolbarConfig, sketcherTopToolbarConfig} from "../uiConfig";
|
import {sketcherRightToolbarConfig, sketcherTopToolbarConfig} from "../uiConfig";
|
||||||
|
|
@ -66,6 +65,5 @@ function RightSideControls() {
|
||||||
<Scope><ContextualControls /></Scope>
|
<Scope><ContextualControls /></Scope>
|
||||||
<Scope><ConstraintEditor /></Scope>
|
<Scope><ConstraintEditor /></Scope>
|
||||||
<Scope><SketcherOperationWizard /></Scope>
|
<Scope><SketcherOperationWizard /></Scope>
|
||||||
<Scope><StageControl /></Scope>
|
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue