mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-22 16:33:38 +01:00
fix infinite loop
This commit is contained in:
parent
e858b1aa64
commit
7858df7847
1 changed files with 1 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ export class AlgNumSubSystem {
|
|||
});
|
||||
}
|
||||
}
|
||||
if (transaction) {
|
||||
if (transaction && transaction.functionList.length !== 0) {
|
||||
transaction();
|
||||
requirePass = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue