@team-monolith/cds 0.29.28 → 0.29.29

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.
@@ -160,6 +160,7 @@ export class Quote {
160
160
  }
161
161
  onPaste(event) {
162
162
  const content = event.detail.data;
163
+ console.log("Quote onPaste", content);
163
164
  this._wrapper.innerHTML = content.textContent;
164
165
  }
165
166
  static get pasteConfig() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "0.29.28",
3
+ "version": "0.29.29",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,