diff -r 318533413200 -r a1707c607eec src/pyams_skin/resources/js/ext/tinymce/dev/classes/ui/ElementPath.min.js --- a/src/pyams_skin/resources/js/ext/tinymce/dev/classes/ui/ElementPath.min.js Sun Jul 19 02:02:20 2020 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -define("tinymce/ui/ElementPath",["tinymce/ui/Path","tinymce/EditorManager"],function(b,a){return b.extend({postRender:function(){var c=this,e=a.activeEditor;function d(f){if(f.nodeType===1){if(f.nodeName=="BR"||!!f.getAttribute("data-mce-bogus")){return true}if(f.getAttribute("data-mce-type")==="bookmark"){return true}}return false}if(e.settings.elementpath!==false){c.on("select",function(f){e.focus();e.selection.select(this.data()[f.index].element);e.nodeChanged()});e.on("nodeChange",function(k){var f=[],h=k.parents,j=h.length;while(j--){if(h[j].nodeType==1&&!d(h[j])){var g=e.fire("ResolveName",{name:h[j].nodeName.toLowerCase(),target:h[j]});if(!g.isDefaultPrevented()){f.push({name:g.name,element:h[j]})}if(g.isPropagationStopped()){break}}}c.data(f)})}return c._super()}})}); \ No newline at end of file