1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00

removed accidental newline;

This commit is contained in:
lgtst 2022-05-25 18:41:08 +03:00
parent c0c63accb5
commit 5d9e59861f

View File

@ -837,7 +837,6 @@ export class Slider extends util.mix(VisualStim).with(ColorMixin, WindowMixin)
this._body.interactive = true;
this._pixi.addChild(this._body);
// ensure that pointer events will be captured along the slider body, even outside of
// marker and labels:
if (this._tickType === Slider.Shape.DISC)