feat: menu and ponters
This commit is contained in:
@@ -13,6 +13,7 @@ import { uframeHighlight } from "@/components/editor/uframeHighlight";
|
||||
import { uframeCommandSource, uframeValueHintSource, loadCommandsFromApi } from "@/components/editor/uframeCommands";
|
||||
import { keywordHoverTooltip } from "@/components/editor/uframeHover";
|
||||
import EditorPane from "@/components/editor/EditorPane";
|
||||
import EditorPointer from "@/components/editor/EditorPointer";
|
||||
import PreviewPane from "@/components/editor/PreviewPane";
|
||||
import ToolBar from "@/components/editor/ToolBar";
|
||||
import { EXAMPLES } from "@/components/editor/examples";
|
||||
@@ -134,6 +135,7 @@ export default function EditorView() {
|
||||
|
||||
return (
|
||||
<div className="flex flex-col h-full">
|
||||
<EditorPointer />
|
||||
<div className="flex flex-col flex-1 min-h-0">
|
||||
<ToolBar
|
||||
pageName={pageName}
|
||||
|
||||
Reference in New Issue
Block a user