This commit is contained in:
2023-05-15 11:42:23 +02:00
parent 52c1620552
commit 8af82e3558
5 changed files with 135 additions and 46 deletions

View File

@@ -146,7 +146,13 @@ const mergeHTMLPlugin = (function () {
}());
/**
* This function is executed after the page is loaded.
*
* @function
* @name init
* @kind function
*/
function init() {
// Make sure that only plain text is pasted
configurePastingInElement("jsonBlock");