Skip to content

Commit 1b255c1

Browse files
committed
[DOC] minor change for activeSections and activeMarkups
1 parent d5aefae commit 1b255c1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/js/editor/editor.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,8 @@ class Editor {
456456
}
457457

458458
/**
459-
* @return {Section[]} The sections from the cursor's selection start to the selection end
459+
* The sections from the cursor's selection start to the selection end
460+
* @type {Section[]}
460461
*/
461462
get activeSections() {
462463
return this._editState.activeSections;
@@ -474,6 +475,9 @@ class Editor {
474475
});
475476
}
476477

478+
/**
479+
* @type {Markup[]}
480+
*/
477481
get activeMarkups() {
478482
return this._editState.activeMarkups;
479483
}

0 commit comments

Comments
 (0)