mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
increase canvas ratio for change watch
This commit is contained in:
parent
8070c7c280
commit
2c53a3af64
@ -81,7 +81,7 @@ const GraphComponent = ({ isWidget = false, openModal, setSelectedNode }: GraphP
|
||||
setTimeout(() => {
|
||||
setLoading(false);
|
||||
setTimeout(() => {
|
||||
if (changeRatio > 65 || isWidget) centerView();
|
||||
if (changeRatio > 70 || isWidget) centerView();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user