mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-18 03:34:43 +01:00
feat: Add hint for double click to insert text (#2056)
This commit is contained in:
@@ -27,6 +27,10 @@ const getHints = ({ appState, elements }: Hint) => {
|
||||
return t("hints.freeDraw");
|
||||
}
|
||||
|
||||
if (elementType === "text") {
|
||||
return t("hints.text");
|
||||
}
|
||||
|
||||
const selectedElements = getSelectedElements(elements, appState);
|
||||
if (
|
||||
isResizing &&
|
||||
|
||||
Reference in New Issue
Block a user