This commit is contained in:
garrying
2021-03-25 03:08:56 +00:00
parent 08d9cb3ff6
commit 27085d2ee9
19 changed files with 24 additions and 24 deletions

View File

@ -235,7 +235,7 @@ if (typeof window.graphData !== 'undefined') {
const resize = (event) => {
if (event) {
const scale = event.transform
// zoomLevel = scale.k
zoomLevel = scale.k
g.attr('transform', scale)
}