mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-02 03:25:53 +01:00
Add tool tip for shape lock (#551)
* Add tool tip for shape lock * tweak label & fix master rebase Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
61264ee2d6
commit
81d169e90c
@ -65,6 +65,7 @@
|
||||
"ellipse": "Ellipse",
|
||||
"arrow": "Arrow",
|
||||
"line": "Line",
|
||||
"text": "Text"
|
||||
"text": "Text",
|
||||
"lock": "Keep selected tool active after drawing"
|
||||
}
|
||||
}
|
||||
|
@ -630,6 +630,7 @@ export class App extends React.Component<any, AppState> {
|
||||
: this.state.elementType,
|
||||
});
|
||||
}}
|
||||
title={t("toolBar.lock")}
|
||||
/>
|
||||
</Stack.Row>
|
||||
</Stack.Col>
|
||||
|
Loading…
Reference in New Issue
Block a user