mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: frame name field (#7457)
Co-authored-by: dwelle <5153846+dwelle@users.noreply.github.com>
This commit is contained in:
parent
10bd08ef19
commit
626fe252ab
2 changed files with 3 additions and 5 deletions
|
@ -746,7 +746,7 @@ export const getFrameLikeTitle = (
|
|||
element: ExcalidrawFrameLikeElement,
|
||||
frameIdx: number,
|
||||
) => {
|
||||
// TODO name frames AI only is specific to AI frames
|
||||
// TODO name frames "AI" only if specific to AI frames
|
||||
return element.name === null
|
||||
? isFrameElement(element)
|
||||
? `Frame ${frameIdx}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue