fixed flex side issue

This commit is contained in:
paul
2025-03-25 15:34:18 +05:30
parent 5004dd140e
commit 565b69db9f
4 changed files with 111 additions and 55 deletions

View File

@@ -253,7 +253,8 @@ class Widget extends React.Component {
if (!lo.isEqual(lo.pick(prevState, compareAttrs), lo.pick(this.state, compareAttrs))){
// THIS IS inefficeint
// this.props.requestThisWidgetDataUpdate(this.__id)
setTimeout(() => this.props.requestWidgetDataUpdate(this.__id), 1)
// setTimeout(() => this.props.requestWidgetDataUpdate(this.__id), 1)
this.props.requestWidgetDataUpdate(this.__id)
}
// call update widgets