(core) updates from grist-core

This commit is contained in:
Paul Fitzpatrick
2022-02-21 13:44:13 -05:00
70 changed files with 91 additions and 91 deletions

View File

@@ -610,7 +610,7 @@ GridView.prototype.assignCursor = function(elem, elemType) {
};
/**
* Schedules cursor assignement to happen at end of tick. Calling `preventAssignCursor()` before
* Schedules cursor assignment to happen at end of tick. Calling `preventAssignCursor()` before
* prevents assignment to happen. This was added to prevent cursor assignment on a `context click`
* on a cell that is already selected.
*/