Fix: missing receiver warn is not disappear (#12538)
This commit is contained in:
parent
5cd4c36cad
commit
c927d6824c
|
@ -366,8 +366,8 @@ function checkMissingMention() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
hasNotSpecifiedMentions = false;
|
|
||||||
}
|
}
|
||||||
|
hasNotSpecifiedMentions = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
function addMissingMention() {
|
function addMissingMention() {
|
||||||
|
|
Loading…
Reference in New Issue