@mingxy/opencode-mascot 0.3.5 → 0.3.6
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
|
@@ -320,7 +320,7 @@ export function createAnimatedRenderer(pack: MascotPack): {
|
|
|
320
320
|
{dm ? <text fg="#FF4081">{dm}</text> : null}
|
|
321
321
|
<box flexDirection="column" alignItems="flex-start">
|
|
322
322
|
{lines.map((line: string) => (
|
|
323
|
-
<text fg={flashColor() ?? fg}>{line}</text>
|
|
323
|
+
<text fg={flashColor() ?? fg} selectable={false}>{line}</text>
|
|
324
324
|
))}
|
|
325
325
|
</box>
|
|
326
326
|
</box>
|