From fde0ea77e9d8670fb143f195240022cc77445c2a Mon Sep 17 00:00:00 2001 From: ngc2207 Date: Sat, 11 Jan 2025 08:34:25 +0800 Subject: [PATCH] fix(playground): comment out loading skeleton in editor panel for debugging --- src/app/playground/layout/editor-panel.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/playground/layout/editor-panel.tsx b/src/app/playground/layout/editor-panel.tsx index e261644..063d9cc 100644 --- a/src/app/playground/layout/editor-panel.tsx +++ b/src/app/playground/layout/editor-panel.tsx @@ -31,7 +31,7 @@ export default function EditorPanel() { return (
- {loading && ( + {/* {loading && (
@@ -47,7 +47,7 @@ export default function EditorPanel() {
- )} + )} */}