We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60fb96 commit cd70244Copy full SHA for cd70244
src/data.js
@@ -20,7 +20,7 @@
20
import Color from 'color'
21
22
// eslint-disable-next-line no-undef
23
-const now = performance.now
+const now = () => performance.now()
24
25
export class Sink {
26
startPath(time, objnum, curclient, x, y, type, color, width, pressure) {
0 commit comments