fixes #280 ensure view is arrange before flip to prevent operational state mixing
This commit is contained in:
parent
1cc3f42f60
commit
d169f244f1
1 changed files with 1 additions and 0 deletions
|
|
@ -755,6 +755,7 @@ CAM.init = function(kiri, api) {
|
|||
}
|
||||
|
||||
func.opFlip = () => {
|
||||
API.view.set_arrange();
|
||||
let widgets = API.widgets.all();
|
||||
let { process } = current;
|
||||
let { ops, op2 } = process;
|
||||
|
|
|
|||
Loading…
Reference in a new issue