diff --git a/apps/docs/content/docs/editor.mdx b/apps/docs/content/docs/editor.mdx index b44f78ff0..323b460b3 100644 --- a/apps/docs/content/docs/editor.mdx +++ b/apps/docs/content/docs/editor.mdx @@ -338,8 +338,6 @@ There are several `Editor` methods available for controlling the camera. | [Editor#zoomToUser](?) | Moves the camera to center on a user's cursor. | | [Editor#resetZoom](?) | Resets the zoom to 100% or to the `initialZoom` zoom level. | | [Editor#centerOnPoint](?) | Centers the camera on the given point. | -| [Editor#pan](?) | Moves the camera's x and y position. | -| [Editor#slideCamera](?) | Slides the camera in a given direction with a certain velocity and friction. | | [Editor#stopCameraAnimation](?) | Stops any camera animation. | ## Camera state