mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
More export events (#2441)
This commit is contained in:
parent
abde1daba4
commit
0ef60dce2d
4 changed files with 47 additions and 32 deletions
|
@ -2029,6 +2029,7 @@ class App extends React.Component<ExcalidrawProps, AppState> {
|
|||
resetCursor();
|
||||
|
||||
if (!event[KEYS.CTRL_OR_CMD]) {
|
||||
trackEvent(EVENT_SHAPE, "text", "double-click");
|
||||
this.startTextEditing({
|
||||
sceneX,
|
||||
sceneY,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue