| 1 | <div |
| 2 | class="right-canvas-surface-panel files-canvas-surface" |
| 3 | data-surface-id="files" |
| 4 | :class="{ |
| 5 | 'is-active': $store.rightCanvas?.isSurfaceVisible('files'), |
| 6 | 'is-mounted': $store.rightCanvas?.isSurfaceRendered('files') |
| 7 | }" |
| 8 | :aria-hidden="(!$store.rightCanvas?.isSurfaceVisible('files')).toString()" |
| 9 | > |
| 10 | <x-component path="modals/file-browser/file-browser.html" mode="canvas"></x-component> |
| 11 | </div> |