mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) recursiveMoveToCursorPos with new kinds of linking involving lists
Summary: Constructs a ClientQuery in a similar way to LinkingState to handle lists. Test Plan: Extended SelectBySummary and SelectByRefList tests. Reviewers: dsagal Reviewed By: dsagal Subscribers: paulfitz Differential Revision: https://phab.getgrist.com/D3030
This commit is contained in:
@@ -88,7 +88,7 @@ interface BaseQuery {
|
||||
export interface ClientQuery extends BaseQuery {
|
||||
operations?: {
|
||||
[colId: string]: QueryOperation;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user