@ -325,7 +325,6 @@ const ExcalidrawWrapper = () => {
langCode={langCode}
renderCustomStats={renderCustomStats}
detectScroll={false}
detectPositionChange={false}
/>
{excalidrawAPI && <CollabWrapper excalidrawAPI={excalidrawAPI} />}
{errorMessage && (
@ -31,7 +31,7 @@ const Excalidraw = (props: ExcalidrawProps) => {
renderCustomStats,
onPaste,
detectScroll = true,
detectPositionChange = true,
detectPositionChange = false,
} = props;
const canvasActions = props.UIOptions?.canvasActions;