Luthfi Masruri

Results 3 comments of Luthfi Masruri

Don't use integer like `5` in your configuration file use `5s` instead. **Note:** Valid time units are **โ€œnsโ€, โ€œusโ€ (or โ€œยตsโ€), โ€œmsโ€, โ€œsโ€, โ€œmโ€, โ€œhโ€**.

Problem: loses selection when i click some toolbar menus, especially the dropdown one Solution: Trapping the `mousedown` on `toolbar` container and calling `e.preventDefault()` ``` js quill.getModule("toolbar").container.addEventListener("mousedown", (e) => { e.preventDefault();...

:tada: This issue has been resolved in version 1.0.1 :tada: The release is available on: - [npm package (@latest dist-tag)](https://www.npmjs.com/package/@vueup/vue-quill/v/1.0.1) - [GitHub release](https://github.com/vueup/vue-quill/releases/tag/v1.0.1) Your **[semantic-release](https://github.com/semantic-release/semantic-release)** bot :package::rocket: