瀏覽代碼

add missing wheel tooltip to rountangle editor

Jakob Pietron 2 年之前
父節點
當前提交
771256451b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/frontend/versioned_model.tsx

+ 1 - 0
src/frontend/versioned_model.tsx

@@ -46,6 +46,7 @@ const helpText = {
   rountangleEditor: <>
     <Mantine.Text><b>Alt + Left-Click</b>: Create/Delete Rountangle</Mantine.Text>
     <Mantine.Text><b>Left-Drag</b>: Move/Resize Rountangle / Pan Canvas</Mantine.Text>
+    <Mantine.Text><b>Wheel</b>: Zoom</Mantine.Text>
   </>,
   depGraph: <>
     <Mantine.Text><b>Left-Drag</b>: Drag Node</Mantine.Text>