mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-22 02:16:39 +02:00
fix tag editor key deletion
This commit is contained in:
@@ -285,7 +285,7 @@ export async function writeFilesTags(
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (const key of propertyRemovals) {
|
for (const key of propertyRemovals) {
|
||||||
delete properties[canonicalizePropertyKey(key)];
|
properties[canonicalizePropertyKey(key)] = [];
|
||||||
}
|
}
|
||||||
|
|
||||||
file.setProperties(properties);
|
file.setProperties(properties);
|
||||||
|
|||||||
Reference in New Issue
Block a user