mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 19:20:55 +00:00
palmer plugin bug fix
This commit is contained in:
parent
9bc94f4415
commit
8ad8ae923f
@ -88,7 +88,7 @@
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
end_circle = this.data("node");
|
end_circle = this.data("node");
|
||||||
toggle_line(getLineIndex(start_circle, end_circle));
|
draw_connection(start_circle, end_circle);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user