drab 6.2.0 → 6.2.1

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.
@@ -355,6 +355,6 @@ export class Editor extends Base {
355
355
  });
356
356
  // reset #openChars on click since the cursor has changed position
357
357
  this.textArea.addEventListener("click", () => (this.#openChars = []));
358
- this.triggerListener((e) => this.#addContent(e.target.dataset));
358
+ this.triggerListener((e) => this.#addContent(e.currentTarget.dataset));
359
359
  }
360
360
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "drab",
3
3
  "description": "Interactivity for You",
4
- "version": "6.2.0",
4
+ "version": "6.2.1",
5
5
  "homepage": "https://drab.robino.dev",
6
6
  "license": "MIT",
7
7
  "author": {