Skip to content

Commit

Permalink
Merge pull request #1755 from barijaona/issue-1735
Browse files Browse the repository at this point in the history
  • Loading branch information
josh64x2 authored Jun 23, 2024
2 parents b847a8b + 5ed7896 commit 8928488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vienna/Sources/Application/AppController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1949,7 +1949,7 @@ -(BOOL)handleKeyDown:(unichar)keyChar withFlags:(NSUInteger)flags
if (self.mainWindow.firstResponder == self.foldersTree.mainView) {
[self deleteFolder:self];
return YES;
} else if (self.mainWindow.firstResponder == (self.articleController.mainArticleView).mainView) {
} else if (self.browser.activeTab == nil) { // make sure we are in the articles tab
[self deleteMessage:self];
return YES;
}
Expand Down

0 comments on commit 8928488

Please sign in to comment.