Describe the bug
it calls this.addTiddler which in turn calls this.enqueueTiddlerEvent which causes a refresh even if nothing changed.
this can sometimes cause an infinite loop if data is set during a refresh. In particular it happens for the full-text-search plugin as the count of results is refreshed (of course it is bad to set data as part of a filter evaluation)
Expected behavior
the change event should not trigger
To Reproduce
No response
Screenshots
No response
TiddlyWiki Configuration
5.3.5
Additional context
No response