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 3dabc50 commit 75207f2Copy full SHA for 75207f2
renderer/components/tray/TopArrowPosition.js
@@ -31,13 +31,12 @@ class TopArrowPosition extends PureComponent {
31
const currentWindow = this.remote.getCurrentWindow()
32
const tray = this.remote.getGlobal('tray')
33
34
- if (!currentWindow || !tray || !currentWindow.isFocused()) {
+ if (!currentWindow || !tray) {
35
return
36
}
37
38
// Center the caret unter the tray icon
39
const windowBounds = currentWindow.getBounds()
40
- console.log(windowBounds)
41
this.position(tray, windowBounds)
42
43
0 commit comments