This commit is contained in:
Garry Ing 2021-03-24 23:08:23 -04:00
parent 7dc9269989
commit 630e923ad4
No known key found for this signature in database
GPG Key ID: 3B379B1F2193CC3E

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)
}