Explorar o código

add missing wheel tooltip to rountangle editor

Jakob Pietron %!s(int64=2) %!d(string=hai) anos
pai
achega
771256451b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>