Skip to content

Commit

Permalink
Bugfix: flagParent failed due to my change for #1248
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Oct 2, 2023
1 parent a25350a commit 396caab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/View/User/MailBox/MessageList.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export class MailMessageList extends AbstractViewRight {

this.selector.on('click', (event, currentMessage) => {
const el = event.target;
if (el.closest('.flagparent')) {
if (el.closest('.flagParent')) {
if (currentMessage) {
const checked = MessagelistUserStore.listCheckedOrSelected();
listAction(
Expand Down

0 comments on commit 396caab

Please sign in to comment.