mirror of
https://litchi.icu/ngc2207/judge.git
synced 2025-07-03 21:11:34 +00:00
fix(playground): comment out loading skeleton in editor panel for debugging
This commit is contained in:
parent
f58b7a5eb4
commit
fde0ea77e9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user