mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-03 20:53:59 +01:00
cmd should not be removed from collection
This commit is contained in:
parent
28181e6925
commit
1bfc45de52
@ -75,7 +75,6 @@ class newCommand(commandBase):
|
||||
for cmd in cmds:
|
||||
if not cmd.run(tex):
|
||||
cmds.remove(cmd)
|
||||
collection.remove(cmd)
|
||||
newCommand.runAll(tex,collection)
|
||||
class columnAlignment(Enum):
|
||||
Left = "l"
|
||||
|
Loading…
Reference in New Issue
Block a user