remove view change from debug panel (#866)

remove view change from debug
This commit is contained in:
Kurt Hutten
2023-11-02 10:03:58 +11:00
committed by GitHub
parent cc57a302cc
commit 2d2a85ae7d
2 changed files with 1 additions and 122 deletions

View File

@ -248,7 +248,7 @@ export function App() {
<Stream className="absolute inset-0 z-0" />
{showDebugPanel && (
<DebugPanel
title="Debug"
title="Debug (AST Explorer)"
className={
'transition-opacity transition-duration-75 ' +
paneOpacity +