pull/3300/head
Mitja Bezenšek 2024-03-28 18:22:21 +01:00
rodzic 568d7971a3
commit a494c46ed5
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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",

Wyświetl plik

@ -1916,7 +1916,7 @@ export class Editor extends EventEmitter<TLEventMap> {
}
/**
* 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
*/