diff --git a/src/plot.js b/src/plot.js index 9deb4f82f0..f16ac5f58d 100644 --- a/src/plot.js +++ b/src/plot.js @@ -178,8 +178,6 @@ export function plot(options = {}) { } } - context.stickyState = undefined; - // Allows e.g. the pointer transform to support viewof. context.dispatchValue = (value, sticky) => { if (figure.value === value && context.stickyState === sticky) return;