This file (646B) 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.
<!-- Profiler (MONITOR) -->
<p3xr-ng-accordion title="" accordionKey="profiler-monitor" [collapsible]="false">
<div actions>
<p3xr-ng-button
(click)="clearProfiler(); $event.stopPropagation()"
[label]="strings().intention?.clear"
mdIcon="backspace">
</p3xr-ng-button>
<p3xr-ng-button
(click)="exportProfiler(); $event.stopPropagation()"
[label]="strings().intention?.export"
mdIcon="download">
</p3xr-ng-button>
</div>
<div content>
<div #profilerOutput class="p3xr-profiler-output"></div>
</div>
</p3xr-ng-accordion>
| / | Focus search |
| ? | Show this help |
| Esc | Unfocus input |