This reverts commit dcb93f75e6
.
This commit is contained in:
committed by
GitHub
parent
dcb93f75e6
commit
db1f97f59e
@ -50,7 +50,6 @@ export function exportToCanvas(
|
||||
scrollY: normalizeScroll(-minY + exportPadding),
|
||||
zoom: 1,
|
||||
remotePointerViewportCoords: {},
|
||||
remotePointerUsernames: {},
|
||||
},
|
||||
{
|
||||
renderScrollbars: false,
|
||||
|
@ -8,7 +8,6 @@ export type SceneState = {
|
||||
viewBackgroundColor: string | null;
|
||||
zoom: number;
|
||||
remotePointerViewportCoords: { [id: string]: { x: number; y: number } };
|
||||
remotePointerUsernames: { [id: string]: string };
|
||||
};
|
||||
|
||||
export type SceneScroll = {
|
||||
|
Reference in New Issue
Block a user