mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 18:46:19 +08:00
feat: Link feature add search function
This commit is contained in:
@@ -690,10 +690,7 @@ class SlateUtils {
|
||||
}
|
||||
|
||||
public getStart() {
|
||||
return Editor.start(this.editor, {
|
||||
path: [0, 0],
|
||||
offset: 0,
|
||||
});
|
||||
return Editor.start(this.editor, [0]);
|
||||
}
|
||||
|
||||
public getEnd() {
|
||||
|
||||
Reference in New Issue
Block a user