Fix acpl chart select

pull/9287/head
Benedikt Werner 2021-06-28 16:02:21 +02:00
parent 82d8761dce
commit 39960c323c
No known key found for this signature in database
GPG Key ID: 1DBFF0F8E9E121EB
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ lichess.advantageChart = function (data, trans, el) {
events: {
click: function (event) {
if (event.point) {
event.point.select();
event.point.select(true);
lichess.pubsub.emit('analysis.chart.click', event.point.x);
}
},