Fix typo that made regular rulers not work

This commit is contained in:
Manuel Vögele
2021-04-14 19:45:17 +02:00
parent 27ffb2d8cb
commit d0ee47d551
+1 -1
View File
@@ -52,7 +52,7 @@ export class DragRulerRuler extends Ruler {
return measure.call(this, destination, options);
}
else {
return super.measure(mestination, options);
return super.measure(destination, options);
}
}