@jx3box/jx3box-editor 1.4.2 → 1.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-editor",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "JX3BOX Article & Editor",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -296,7 +296,7 @@ export default {
296
296
  this.resetItems();
297
297
  this.selectedAuthor = o;
298
298
  o.isSelected = true;
299
- this.html = `<a data-type="author" class="e-jx3-author w-jx3-element" data-mode="" data-id="${o.ID}" target="_blank" href="/author/${o.ID}">@${o.display_name}</a>`
299
+ this.html = `<a data-type="author" class="e-jx3-author" data-mode="" data-id="${o.ID}" target="_blank" href="/author/${o.ID}">@${o.display_name}</a>`
300
300
  },
301
301
  selectEmotion: function (o){
302
302
  this.resetItems();