Content-Length: 262861 | pFad | http://github.com/lowcoder-org/lowcoder/commit/4270f3621c30ceed320980ceede88c1ffac2bf19
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd1673 commit 4270f36Copy full SHA for 4270f36
client/packages/lowcoder/src/comps/controls/actionSelector/actionSelectorControl.tsx
@@ -251,7 +251,9 @@ function actionSelectorControl(needContext: boolean) {
251
const ignorePromise = Promise.resolve();
252
const realNeedContext = needContext || getReduceContext().inEventContext;
253
const actionPromise = () => {
254
- return realNeedContext ? action.value.func() : this.children.comp.getView()();
+ // return realNeedContext ? action.value.func() : this.children.comp.getView()();
255
+ // commenting because it's using old context for event handlers inside list/grid
256
+ return this.children.comp.getView()();
257
};
258
handlePromiseAfterResult(action, ignored ? ignorePromise : actionPromise());
259
return this;
Fetched URL: http://github.com/lowcoder-org/lowcoder/commit/4270f3621c30ceed320980ceede88c1ffac2bf19
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments