- this.wrapper.on('click', '[wlxml-tag], [wlxml-text]', function(e) {
+ this.wrapper.on('click', '[wlxml-tag], [document-text-element]', function(e) {
var config = { attributes: false, childList: false, characterData: true, subtree: true, characterDataOldValue: true};
observer.observe(this.d[0], config);
var config = { attributes: false, childList: false, characterData: true, subtree: true, characterDataOldValue: true};
observer.observe(this.d[0], config);
- this.wrapper.on('mouseover', '[wlxml-tag], [wlxml-text]', function(e) {
+
+ this.wrapper.on('mouseover', '[wlxml-tag], [document-text-element]', function(e) {
- this.wrapper.on('mouseout', '[wlxml-tag], [wlxml-text]', function(e) {
+ this.wrapper.on('mouseout', '[wlxml-tag], [document-text-element]', function(e) {