开发:移除不必要的裁剪

pull/2262/MERGE
ChenX 1 year ago
parent 32ed6e22f3
commit 0adb7be4ff

@ -45,7 +45,7 @@ export class TransparentTerminal extends React.Component<{}, {}>
ref={el => { this._CommandListContainer = el; }}
>
{
store.promptList.slice(-50).map(cmd =>
store.promptList.map(cmd =>
{
if (store.showCmdTypeList.has(cmd.type))
return <CommandLine key={cmd.key} msg={cmd} />;

Loading…
Cancel
Save