fixes #280 ensure view is arrange before flip to prevent operational state mixing

This commit is contained in:
Stewart Allen 2024-07-10 16:53:02 -04:00
commit d169f244f1

View file

@ -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;