Overlay mode route changes completed

This commit is contained in:
Bahadır Sofuoğlu
2022-11-07 15:29:37 +03:00
parent 001de2be44
commit 6fd2c572bd
2 changed files with 4 additions and 9 deletions

View File

@@ -34,7 +34,6 @@ const decrementScale = () => {
const incrementScale = () => {
setScale(layoutConfig.scale.value + 1);
console.log(layoutConfig.scale);
applyScale();
};
const applyScale = () => {