mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +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.initialization.finish": () => {
|
||||||
app.eventBus.emit("layout.render.unlock")
|
app.eventBus.emit("layout.render.unlock")
|
||||||
},
|
},
|
||||||
|
"layout.forceUpdate": () => {
|
||||||
|
this.forceUpdate()
|
||||||
|
},
|
||||||
"layout.render.lock": () => {
|
"layout.render.lock": () => {
|
||||||
this.setState({
|
this.setState({
|
||||||
renderLock: true,
|
renderLock: true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user