mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-19 13:19:58 +01:00
show and hide ui
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = class Editor extends Component {
|
||||
}
|
||||
|
||||
update (state) {
|
||||
if(state.showInfo === true) {
|
||||
if(state.showInfo === true || state.showUI === false) {
|
||||
this.hide()
|
||||
} else {
|
||||
this.show()
|
||||
|
||||
Reference in New Issue
Block a user