FEATURE: Use diffhtml to update composer preview (#11237)

Displaying videos, animated GIFs or any kind of rich content in preview
used to refresh on every keystroke, which could cause performance
problems.
This commit is contained in:
Bianca Nenciu
2021-02-18 16:07:26 +02:00
committed by GitHub
parent bddf94c0ab
commit 08acf51be0
15 changed files with 129 additions and 54 deletions

View File

@ -76,6 +76,9 @@ def dependencies
}, {
source: 'chartjs-plugin-datalabels/dist/chartjs-plugin-datalabels.min.js',
public: true
}, {
source: 'diffhtml/dist/diffhtml.min.js',
public: true
}, {
source: 'magnific-popup/dist/jquery.magnific-popup.min.js',
public: true