File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const COMMENT_COLLAPSE_BAR_BUTTON_FOCUS_IDENTIFIER =
1818 '_collapse_bar_button' ;
1919
2020/**
21- * Icon that toggles the collapsed state of a comment.
21+ * Button that toggles the collapsed state of a comment.
2222 */
2323export class CollapseCommentBarButton extends CommentBarButton {
2424 /**
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export abstract class CommentBarButton implements IFocusableNode {
5959 abstract performAction ( e ?: Event ) : void ;
6060
6161 /**
62- * Returns the dimensions of this button in SVG units .
62+ * Returns the dimensions of this button in workspace coordinates .
6363 *
6464 * @param includeMargin True to include the margin when calculating the size.
6565 * @returns The size of this button.
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ function getBlockNavigationCandidates(
148148 * Returns the next/previous stack relative to the given element's stack.
149149 *
150150 * @param current The element whose stack will be navigated relative to.
151+ * @param workspace The workspace to navigate between stacks on.
151152 * @param delta The difference in index to navigate; positive values navigate
152153 * to the nth next stack, while negative values navigate to the nth previous
153154 * stack.
You can’t perform that action at this time.
0 commit comments