Leave ignored 'type:' in Extra (regression from 52d5b6856
)
This commit is contained in:
parent
0278810cb5
commit
c03b9c2733
1 changed files with 1 additions and 1 deletions
|
@ -1039,7 +1039,7 @@ Zotero.Utilities.Internal = {
|
||||||
lines = lines.filter((line) => {
|
lines = lines.filter((line) => {
|
||||||
let [key, value] = getKeyAndValue(line);
|
let [key, value] = getKeyAndValue(line);
|
||||||
|
|
||||||
if (!key || skipKeys.has(key)) {
|
if (!key || skipKeys.has(key) || key == 'type') {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue