Do not automatically update the linter after a config reset
This commit is contained in:
parent
cb177eba4b
commit
5ad23bd681
|
@ -322,7 +322,6 @@ function setupLinterSettingsEvents(popup) {
|
|||
}
|
||||
popup.codebox.setValue(stringifyRules(rules));
|
||||
popup.codebox.focus();
|
||||
updateLinter(linter);
|
||||
});
|
||||
$('.cancel', popup).addEventListener('click', event => {
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Reference in New Issue
Block a user