mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Convert CopySelection and tableUtil to typescript
Summary: - This should make these easier to work with and make changes to. - Removes one unused method. Test Plan: No changes of behavior, existing tests should pass. Reviewers: alexmojaki Reviewed By: alexmojaki Differential Revision: https://phab.getgrist.com/D3091
This commit is contained in:
@@ -10,7 +10,7 @@ require('app/client/lib/koUtil'); // Needed for subscribeInit.
|
||||
|
||||
var Base = require('./Base');
|
||||
var BaseView = require('./BaseView');
|
||||
var CopySelection = require('./CopySelection');
|
||||
var {CopySelection} = require('./CopySelection');
|
||||
var RecordLayout = require('./RecordLayout');
|
||||
var commands = require('./commands');
|
||||
const {RowContextMenu} = require('../ui/RowContextMenu');
|
||||
|
||||
Reference in New Issue
Block a user