From a494c46ed567bf6f261efa3a96c4c888dc40e7cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mitja=20Bezen=C5=A1ek?= Date: Thu, 28 Mar 2024 18:22:21 +0100 Subject: [PATCH] Update docs. --- packages/editor/api/api.json | 2 +- packages/editor/src/lib/editor/Editor.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/editor/api/api.json b/packages/editor/api/api.json index d5bb5158d..8182364dd 100644 --- a/packages/editor/api/api.json +++ b/packages/editor/api/api.json @@ -19000,7 +19000,7 @@ { "kind": "Method", "canonicalReference": "@tldraw/editor!Editor#updateHoveredId:member(1)", - "docComment": "/**\n * Calculate the currently hovered shape based on the current page point.\n *\n * @public\n */\n", + "docComment": "/**\n * Calculate and update the currently hovered shape based on the current page point.\n *\n * @public\n */\n", "excerptTokens": [ { "kind": "Content", diff --git a/packages/editor/src/lib/editor/Editor.ts b/packages/editor/src/lib/editor/Editor.ts index 10da6b33f..45e47f651 100644 --- a/packages/editor/src/lib/editor/Editor.ts +++ b/packages/editor/src/lib/editor/Editor.ts @@ -1916,7 +1916,7 @@ export class Editor extends EventEmitter { } /** - * Calculate the currently hovered shape based on the current page point. + * Calculate and update the currently hovered shape based on the current page point. * * @public */