mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added layout.forceUpdate
event
This commit is contained in:
parent
f38aa4530d
commit
46f0fc058c
@ -25,6 +25,9 @@ export default class Layout extends React.PureComponent {
|
||||
"app.initialization.finish": () => {
|
||||
app.eventBus.emit("layout.render.unlock")
|
||||
},
|
||||
"layout.forceUpdate": () => {
|
||||
this.forceUpdate()
|
||||
},
|
||||
"layout.render.lock": () => {
|
||||
this.setState({
|
||||
renderLock: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user