From 64e4f8e16d6af5d5498384c0ca1711eadd3c7cf4 Mon Sep 17 00:00:00 2001 From: Steve Ruiz Date: Mon, 22 Apr 2024 17:51:31 +0100 Subject: [PATCH] Update editor.mdx --- apps/docs/content/docs/editor.mdx | 2 -- 1 file changed, 2 deletions(-) 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