mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-22 10:26:33 +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) {
|
||||
delete properties[canonicalizePropertyKey(key)];
|
||||
properties[canonicalizePropertyKey(key)] = [];
|
||||
}
|
||||
|
||||
file.setProperties(properties);
|
||||
|
||||
Reference in New Issue
Block a user