refactor: rename renderTopRight prop to renderTopRightUI (#3572)
* refactor: rename renderTopRight prop to renderTopRightUI * update * fix * update
This commit is contained in:
@ -304,7 +304,7 @@ const ExcalidrawWrapper = () => {
|
||||
}
|
||||
};
|
||||
|
||||
const renderTopRight = useCallback(
|
||||
const renderTopRightUI = useCallback(
|
||||
(isMobile: boolean, appState: AppState) => {
|
||||
return (
|
||||
<div
|
||||
@ -399,7 +399,7 @@ const ExcalidrawWrapper = () => {
|
||||
isCollaborating={collabAPI?.isCollaborating()}
|
||||
onPointerUpdate={collabAPI?.onPointerUpdate}
|
||||
onExportToBackend={onExportToBackend}
|
||||
renderTopRight={renderTopRight}
|
||||
renderTopRightUI={renderTopRightUI}
|
||||
renderFooter={renderFooter}
|
||||
langCode={langCode}
|
||||
renderCustomStats={renderCustomStats}
|
||||
|
Reference in New Issue
Block a user