mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: remove forgotten console.log
This commit is contained in:
parent
82014fe670
commit
7fb6c23715
1 changed files with 0 additions and 2 deletions
|
@ -7671,8 +7671,6 @@ class App extends React.Component<AppProps, AppState> {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("fired");
|
|
||||||
|
|
||||||
// Calculate the maximum possible zoom based on the viewport and scrollable area sizes
|
// Calculate the maximum possible zoom based on the viewport and scrollable area sizes
|
||||||
const scrollableWidth = scrollConstraints.width;
|
const scrollableWidth = scrollConstraints.width;
|
||||||
const scrollableHeight = scrollConstraints.height;
|
const scrollableHeight = scrollConstraints.height;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue