mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Port LinkingState.js to TypeScript
Summary: Converted LinkingState from constructor function to class. Test Plan: no Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2997
This commit is contained in:
@@ -120,7 +120,7 @@ export class DataTableModelWithDiff extends DisposableWithEvents implements Data
|
||||
return this._wrappedModel.createLazyRowsModel(sortedRowSet, optRowModelClass);
|
||||
}
|
||||
|
||||
public createFloatingRowModel(optRowModelClass: any): BaseRowModel {
|
||||
public createFloatingRowModel(optRowModelClass?: any): BaseRowModel {
|
||||
return this._wrappedModel.createFloatingRowModel(optRowModelClass);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user