feat: add selection function

This commit is contained in:
DiamondThree
2022-08-09 18:43:09 +08:00
parent 36ad39237b
commit 1b337e9766

View File

@@ -1052,7 +1052,8 @@ export class SelectionManager implements VirgoSelection {
/** /**
* *
* move active selection to the new position * move active selection to the new position
* @param index:number * @param {number} index
* @param {string} blockId
* @memberof SelectionManager * @memberof SelectionManager
*/ */
public moveCursor(index: number, blockId: string): void { public moveCursor(index: number, blockId: string): void {