Log when we draw attention to the window
Hopefully help debug spurious cries for window attention. // FREEBIE
This commit is contained in:
@@ -19,6 +19,7 @@
|
|||||||
|
|
||||||
window.drawAttention = function() {
|
window.drawAttention = function() {
|
||||||
if (inboxOpened && !inboxFocused) {
|
if (inboxOpened && !inboxFocused) {
|
||||||
|
console.log('draw attention');
|
||||||
extension.windows.drawAttention(inboxWindowId);
|
extension.windows.drawAttention(inboxWindowId);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user