mirror of
https://github.com/psychopy/psychojs.git
synced 2025-05-11 16:18:10 +00:00
commit
3b26406852
@ -104,6 +104,11 @@ export class ButtonStim extends TextBox
|
||||
[],
|
||||
);
|
||||
|
||||
this._addAttribute(
|
||||
"numClicks",
|
||||
0,
|
||||
);
|
||||
|
||||
if (this._autoLog)
|
||||
{
|
||||
this._psychoJS.experimentLogger.exp(`Created ${this.name} = ${this.toString()}`);
|
||||
|
Loading…
Reference in New Issue
Block a user