-
Updated
Oct 8, 2020 - JavaScript
quill
Here are 156 public repositories matching this topic...
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Mar 11, 2020 - TypeScript
-
Updated
Jul 7, 2020 - JavaScript
-
Updated
May 20, 2020 - TypeScript
-
Updated
Jan 24, 2018 - JavaScript
-
Updated
Dec 10, 2019 - PHP
-
Updated
Jul 16, 2020 - JavaScript
-
Updated
Oct 16, 2018 - Scala
-
Updated
Oct 7, 2020 - PHP
Hi there, noticing that when capitals are used, the url is not picked up. I've added the below to this working on my side to get this working:
magicUrl: {
globalRegularExpression: /(https?:\/\/\.|mailto:|www.)[\S]+/gi,
urlRegularExpression: /(https?:\/\/[\S]+)|(mailto:[\S]+)|(www.[\S]+)/i
}
It would also be neat for automagic conversion of email address
-
Updated
Sep 25, 2020 - PHP
-
Updated
Feb 26, 2018 - JavaScript
-
Updated
Jun 16, 2018 - JavaScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Mar 19, 2020 - CSS
-
Updated
Aug 6, 2019 - JavaScript
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Jul 10, 2018 - JavaScript
Improve this page
Add a description, image, and links to the quill topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quill topic, visit your repo's landing page and select "manage topics."
In my case, when both nextContents and this.lastDeltaChangeSet are undefined, I get this error. It happens in a real scenario when I switch between 2 records, and component.js componentWillReceiveProps gets called
From component.js: