Implement basic selector + fix text position
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
42cd768cf4
commit
7236fc85bf
4 changed files with 59 additions and 7 deletions
|
@ -228,7 +228,7 @@ class App extends React.Component<IAppProps> {
|
|||
selectContainer={(container: Container) => this.SelectContainer(container)}
|
||||
/>
|
||||
<button className='fixed z-10 top-4 right-12 text-lg bg-slate-200 hover:bg-slate-300 transition-all drop-shadow-md hover:drop-shadow-lg py-2 px-3 rounded-lg' onClick={() => this.ToggleElementsSidebar()}>☰ Elements</button>
|
||||
<SVG>
|
||||
<SVG selected={this.state.SelectedContainer}>
|
||||
{ this.state.MainContainer }
|
||||
</SVG>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue