mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 07:04:22 +00:00
Fix documentation error in ToolToggleEditing
This commit is contained in:
parent
85228f3e68
commit
eaa378d23e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import { Tool } from "../../generic/toolbar/tool"
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@link ToolBar} {@link Tool} which switches between {@link EditingMode}s of the surrounding context.
|
* ToolBar {@link Tool} which switches between {@link EditingMode}s of the surrounding context.
|
||||||
*/
|
*/
|
||||||
export function ToolToggleEditing() {
|
export function ToolToggleEditing() {
|
||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
|
|
Loading…
Reference in a new issue