Nikola Mijajlović

Results 5 comments of 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 ![image](https://user-images.githubusercontent.com/781417/177647994-21b87d9d-9a5d-4d4a-b68a-2a22d1181bfb.png) 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.