cannot automatically update status in read mode,but it work in editing view
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
=====================
```col-md
flexGrow=1
===
> [!warning] 重要不紧急
> ```tasks
> (priority is high) AND ((no due date) OR (due after today))
> hide backlink
> hide start date
> hide done date
> hide priority
> ```
flexGrow=1
===
> [!danger] 重要紧急
> ```tasks
> (priority is high) AND (due is today)
> hide backlink
> hide start date
> hide done date
> hide priority
> ```
````col
```col-md
flexGrow=1
===
> [!tip] 紧急不重要
> ```tasks
> (priority is none) AND (due is today)
> hide backlink
> hide start date
> hide done date
> hide priority
> ```
flexGrow=1
===
> [!cite] 不紧急不重要
> ```tasks
> (priority is none) AND ((no due date) OR (due after today))
> hide backlink
> hide start date
> hide done date
> hide priority
> ```
======================================
code like tihis
## Screenshots
If applicable, add screenshots to help explain your problem.
## System Info
OS: window 10
Obsidian Version: 1.3.7
Plugin Version: 1.5.0
### Other plugin information
Plugin Name: tasks
Github Link to Plugin: https://github.com/obsidian-tasks-group/obsidian-tasks
Plugin Version: 4.6.0
## Additional information or notes
Add any other context about the problem here.
Describe the bug
cannot automatically update status in read mode,but it work in editing view
Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
=====================