void handleFullscreen()

in studio/components/tab/index.tsx [128:137]


                <Toolbar onFullscreen={() => void handleFullscreen(file.id)} />
                <Fullscreen
                  id={'file-editor-' + file.id}
                  isFullscreen={isFullscreen.value}
                  onClose={() => void handleFullscreen(file.id)}
                >
                  <MonacoEditor
                    v-model:value={file.content}
                    options={{ language }}
                    height={