Remove unused default selected (#1010)
This commit is contained in:
parent
6081e3bef0
commit
0cbc6523e6
@ -163,7 +163,6 @@ class QueryParser extends EventDispatcher {
|
|||||||
option.textContent = `Unknown source: ${parseResult.source}`;
|
option.textContent = `Unknown source: ${parseResult.source}`;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
option.defaultSelected = selectedParser === parseResult.id;
|
|
||||||
fragment.appendChild(option);
|
fragment.appendChild(option);
|
||||||
|
|
||||||
if (selectedParser === parseResult.id) {
|
if (selectedParser === parseResult.id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user