@opentui/core 0.0.0-20251026-63abf532 → 0.0.0-20251027-327d7e76

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/index.js CHANGED
@@ -133,7 +133,7 @@ import {
133
133
  white,
134
134
  wrapWithDelegates,
135
135
  yellow
136
- } from "./index-g5xctwrm.js";
136
+ } from "./index-bsb3x2r3.js";
137
137
  // src/text-buffer-view.ts
138
138
  class TextBufferView {
139
139
  lib;
@@ -5514,8 +5514,8 @@ class TextareaRenderable extends EditBufferRenderable {
5514
5514
  ["submit", () => this.submit()]
5515
5515
  ]);
5516
5516
  }
5517
- handlePaste(text) {
5518
- this.insertText(text);
5517
+ handlePaste(event) {
5518
+ this.insertText(event.text);
5519
5519
  }
5520
5520
  handleKeyPress(key) {
5521
5521
  const keyName = typeof key === "string" ? key : key.name;
@@ -6025,5 +6025,5 @@ export {
6025
6025
  ASCIIFont
6026
6026
  };
6027
6027
 
6028
- //# debugId=6D1D4813A8D6270C64756E2164756E21
6028
+ //# debugId=36B0ACD96C2FA6A664756E2164756E21
6029
6029
  //# sourceMappingURL=index.js.map