@unikode/cli 1.0.21 → 1.0.22
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/dist/index.js +2 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2662,7 +2662,8 @@ function InputBar({ onSubmit, disabled = false }) {
|
|
|
2662
2662
|
focused: !disabled && (isTopLayer("base") || isTopLayer("command") || isTopLayer("mention")),
|
|
2663
2663
|
keyBindings: TEXTAREA_KEY_BINDINGS,
|
|
2664
2664
|
onContentChange: handleTextareaContentChange,
|
|
2665
|
-
placeholder: `Ask anything ... "Fix this bug for me!!"
|
|
2665
|
+
placeholder: `Ask anything ... "Fix this bug for me!!"`,
|
|
2666
|
+
maxHeight: 3
|
|
2666
2667
|
}, undefined, false, undefined, this),
|
|
2667
2668
|
/* @__PURE__ */ jsxDEV17(StatusBar, {}, undefined, false, undefined, this)
|
|
2668
2669
|
]
|