mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-11-04 12:54:23 +01: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