scroll the closest element to center (#1670)
Co-authored-by: Sanghyeon Lee <yongdamsh@gmail.com>
This commit is contained in:
@ -847,6 +847,8 @@ class App extends React.Component<any, AppState> {
|
||||
remoteElements.filter((element: { isDeleted: boolean }) => {
|
||||
return !element.isDeleted;
|
||||
}),
|
||||
this.state,
|
||||
this.canvas,
|
||||
),
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user