b924802958
Previously, the splay timeout was only applied if a template re-render caused a restart or a signal action. The `change_mode = "script"` was running after the `if restart || len(signals) != 0` check, so it was invoked at all times. This change refactors the logic so it's easier to notice that new `change_mode` options should start only after `splay` is applied.
4 lines
134 B
Plaintext
4 lines
134 B
Plaintext
```release-note:bug
|
|
template: Fixed a bug where the `splay` timeout was not being applied when `change_mode` was set to `script`.
|
|
```
|