mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
feat: add selection function
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user