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