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 496caef commit 0ceb274Copy full SHA for 0ceb274
lib/ui/focusutils.js
@@ -53,7 +53,7 @@ export function activate (ink) {
53
} else if (item instanceof ink.InkTerminal) {
54
lastTerminal = item
55
}
56
- },
+ }),
57
atom.packages.onDidActivateInitialPackages(() => {
58
lastEditor = atom.workspace.getActiveTextEditor()
59
atom.workspace.getPanes().forEach(pane => {
@@ -63,7 +63,7 @@ export function activate (ink) {
63
64
})
65
66
- ))
+ )
67
68
const history = new FocusHistory(30)
69
ink.Opener.onDidOpen(({newLocation, oldLocation}) => {
0 commit comments