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:
parent
c0c63accb5
commit
5d9e59861f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user