Browse Source

add missing wheel tooltip to rountangle editor

Jakob Pietron 2 years ago
parent
commit
771256451b
1 changed files with 1 additions and 0 deletions
  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>