Skip to content

Commit 016cb1a

Browse files
committed
chore: format and lint
1 parent a14cd8d commit 016cb1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/actions/clipboard.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ export class Clipboard {
319319
/**
320320
* Get the workspace to paste into based on which type of thing the menu was opened on.
321321
*
322+
* @param scope scope of shortcut or context menu item
322323
* @returns WorkspaceSvg to paste into or undefined
323324
*/
324325
private getPasteWorkspace(

src/navigation_controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export class NavigationController {
7575
actionMenu: ActionMenu = new ActionMenu(this.navigation);
7676

7777
moveActions = new MoveActions(this.mover);
78-
78+
7979
stackNavigationAction: StackNavigationAction = new StackNavigationAction();
8080

8181
constructor(

0 commit comments

Comments
 (0)