Remove unused default selected (#1010)

This commit is contained in:
toasted-nutbread 2020-11-08 14:24:39 -05:00 committed by GitHub
parent 6081e3bef0
commit 0cbc6523e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,6 @@ class QueryParser extends EventDispatcher {
option.textContent = `Unknown source: ${parseResult.source}`;
break;
}
option.defaultSelected = selectedParser === parseResult.id;
fragment.appendChild(option);
if (selectedParser === parseResult.id) {