We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14cd8d commit 016cb1aCopy full SHA for 016cb1a
src/actions/clipboard.ts
@@ -319,6 +319,7 @@ export class Clipboard {
319
/**
320
* Get the workspace to paste into based on which type of thing the menu was opened on.
321
*
322
+ * @param scope scope of shortcut or context menu item
323
* @returns WorkspaceSvg to paste into or undefined
324
*/
325
private getPasteWorkspace(
src/navigation_controller.ts
@@ -75,7 +75,7 @@ export class NavigationController {
75
actionMenu: ActionMenu = new ActionMenu(this.navigation);
76
77
moveActions = new MoveActions(this.mover);
78
-
+
79
stackNavigationAction: StackNavigationAction = new StackNavigationAction();
80
81
constructor(
0 commit comments