Nikola Mijajlović
Nikola Mijajlović
Seems like this is needed. I added on watch also code that you added
You will just need to add similar thing in watch ``` content(newVal, oldVal) { if (this.quill) { if (newVal && newVal !== this._content) { this._content = newVal this.quill.setContents(this.quill.clipboard.convert(newVal)) } else...
It is the Slim app with Clockwork middleware. I have made a test repo. This is a working example with dbal2 https://github.com/N-M/Slim-Skeleton  An example with dbal3 that is not...
Thank you @itsgoingd for resolving the issue. We are very happy with the tool.
I have the same problem. If I set the firstDayOfWeek to 2 wrong date is selected.