Skip to content
Snippets Groups Projects
Unverified Commit c927d682 authored by Qwreey's avatar Qwreey Committed by GitHub
Browse files

Fix: missing receiver warn is not disappear (#12538)

parent 5cd4c36c
No related branches found
No related tags found
No related merge requests found
......@@ -366,8 +366,8 @@ function checkMissingMention() {
return;
}
}
hasNotSpecifiedMentions = false;
}
hasNotSpecifiedMentions = false;
}
function addMissingMention() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment