mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 02:21:39 +03:00
feat: add selection function
This commit is contained in:
parent
36ad39237b
commit
1b337e9766
@ -1052,7 +1052,8 @@ export class SelectionManager implements VirgoSelection {
|
||||
/**
|
||||
*
|
||||
* move active selection to the new position
|
||||
* @param index:number
|
||||
* @param {number} index
|
||||
* @param {string} blockId
|
||||
* @memberof SelectionManager
|
||||
*/
|
||||
public moveCursor(index: number, blockId: string): void {
|
||||
|
Loading…
Reference in New Issue
Block a user