mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: support renderTopRightUI in mobile (#4065)
This commit is contained in:
parent
ff29780760
commit
c6ffc06541
5 changed files with 21 additions and 3 deletions
|
@ -307,6 +307,9 @@ const ExcalidrawWrapper = () => {
|
|||
|
||||
const renderTopRightUI = useCallback(
|
||||
(isMobile: boolean, appState: AppState) => {
|
||||
if (isMobile) {
|
||||
return null;
|
||||
}
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue