incompatibility with quill 2.0.0.4
See original GitHub issueI found quill 2.0.0.4 https://libraries.io/npm/quill
I am using 2.0.0.4 because 2.0.0.3 has some input issues especially with the Chinese input I am using. (I think is a bug of 2.0.0.3
However I found out that quill-better-table has some errors with 2.0.0.4: Javascript errors:
quill-better-table.min.js:2152 Uncaught TypeError: Cannot read property 'getBoundingClientRect' of null
at table_selection_TableSelection.mouseDownHandler (quill-better-table.min.js:2152)
mouseDownHandler @ quill-better-table.min.js:2152
Could I know if there could be possible fixes? Thank you so much!
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Issues · soccerloway/quill-better-table - GitHub
Module for better table in Quill, more useful features are supported. ... soccerloway / quill-better-table Public ... incompatibility with quill 2.0.0.4.
Read more >superdocs-quill - npm Package Health Analysis - Snyk
Quill is a modern rich text editor built for compatibility and extensibility. It was created by Jason Chen and Byron Milligan and actively ......
Read more >react-quill/README.md - UNPKG
The [Quill Toolbar Module](http://quilljs.com/docs/modules/toolbar/) API provides an easy way to configure the default toolbar icons using an array of format ...
Read more >“Shores of Zebrica” 2.0.0.4 : r/equestriaatwar - Reddit
River Breeze in Hellquill now has harmonic socialism subideology. ... as Old World Blues are for whatever reason incompatible with macs.
Read more >Ngx-quill NPM
Compatibility to Angular Versions. Installation. npm install ngx-quill; for projects using Angular < v5.0.0 install npm install ngx-quill@1.6.0 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have the same error in quill version 2.0.0.3 and vue 2.6.11. And in using other function like Add table column right.
It seems like can’t get the selection cell/column/row correctly.