This commit is contained in:
Abed Al Ghani Shaaban 2025-04-08 01:26:11 -04:00 committed by GitHub
commit 16820e3ba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ function App() {
}
```
This will only for `Desktop` devices.
This will only be for `Desktop` devices.
For `mobile` you will need to render it inside the [MainMenu](#mainmenu). You can use the [`useDevice`](#useDevice) hook to check the type of device, this will be available only inside the `children` of `Excalidraw` component.