Fix lint warning

This commit is contained in:
Quincy Morgan
2020-06-12 14:19:13 -04:00
parent 51f465c84e
commit 7565e685d1
+1 -1
View File
@@ -73,7 +73,7 @@ export function uiZoom(context) {
.enter()
.append('button')
.attr('class', function(d) { return d.id; })
.on('pointerup.editor', function(d) {
.on('pointerup.editor', function() {
lastPointerUpType = d3_event.pointerType;
})
.on('click.editor', function(d) {