Beginning of File System integration
This commit is contained in:
@ -67,14 +67,6 @@
|
||||
export function setValue(value: string): void {
|
||||
editorRef?.setValue(value);
|
||||
}
|
||||
|
||||
export function addLog(message: string): void {
|
||||
logPanelRef?.addLog(message);
|
||||
}
|
||||
|
||||
export function clearLogs(): void {
|
||||
logPanelRef?.clearLogs();
|
||||
}
|
||||
</script>
|
||||
|
||||
<div class="editor-with-logs">
|
||||
|
||||
Reference in New Issue
Block a user