fixed-aninatedbug

This commit is contained in:
gilesb 2023-11-22 23:04:37 +00:00
parent fed0fc019a
commit 14954deeb0
1 changed files with 1 additions and 1 deletions

View File

@ -29840,7 +29840,7 @@ const findDisplay = (line, link) => {
}) => { }) => {
const animateds = myDisplayFields(display) const animateds = myDisplayFields(display)
.animated(); .animated();
if (!animateds.length) { if (animateds.length) {
await external_fs_.promises.appendFile( await external_fs_.promises.appendFile(
fileName, fileName,
'\n## animated\n', '\n## animated\n',