This file (747B) exceeds the allowed full mode (48 kb) size. The editor full height is disabled, only scrolling is allowed.
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode.
<div id="p3xr-console-drawer" [class.p3xr-drawer-open]="isOpen()">
<div id="p3xr-console-drawer-sizer"
role="separator"
aria-orientation="horizontal"
aria-label="Resize console drawer"
[class.p3xr-resizer-active]="resizeClicked()"></div>
<div id="p3xr-console-drawer-body">
<!-- Always the full ConsoleComponent — the welcome banner in the scrollback
adapts to connectionState (connected vs limited-AI). This way the
toolbar, input, Clear/Commands buttons stay usable at all times. -->
<p3xr-console type="quick" [embedded]="true"
[showCloseButton]="true"
(closeRequest)="close()"></p3xr-console>
</div>
</div>