fix(playground): comment out loading skeleton in editor panel for debugging

This commit is contained in:
ngc2207 2025-01-11 08:34:25 +08:00
parent f58b7a5eb4
commit fde0ea77e9

View File

@ -31,7 +31,7 @@ export default function EditorPanel() {
return (
<div className="relative w-full h-full">
{loading && (
{/* {loading && (
<div className="absolute inset-0 flex flex-col bg-[#282c34]">
<div className="flex-initial p-4 border-b border-[#3e4452] flex justify-between items-center">
<div className="space-x-2 flex items-center">
@ -47,7 +47,7 @@ export default function EditorPanel() {
<Skeleton className="w-full h-full rounded-md" />
</div>
</div>
)}
)} */}
<iframe
src="https://editor.litchi.icu"
className="w-full h-full"