mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 07:20:21 +02:00
feat: support renderTopRightUI in mobile (#4065)
This commit is contained in:
@@ -307,6 +307,9 @@ const ExcalidrawWrapper = () => {
|
||||
|
||||
const renderTopRightUI = useCallback(
|
||||
(isMobile: boolean, appState: AppState) => {
|
||||
if (isMobile) {
|
||||
return null;
|
||||
}
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
|
Reference in New Issue
Block a user