X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FMoveList.vue;h=aa12969aa1c968311d1c2223632dd01bffa569f4;hp=29e9a9feb2ccbcdd3002a0f86b1384aa3588d4b5;hb=910d631b73cad5ffef1b4461157b704e7e7057d8;hpb=6808d7a16ec1e761c6a2dffec2281c96953e4d89 diff --git a/client/src/components/MoveList.vue b/client/src/components/MoveList.vue index 29e9a9fe..aa12969a 100644 --- a/client/src/components/MoveList.vue +++ b/client/src/components/MoveList.vue @@ -5,7 +5,7 @@ export default { props: ["moves", "cursor", "score", "message", "firstNum"], watch: { cursor: function(newCursor) { - if (window.innerWidth <= 767) return; //moves list is below: scrolling would hide chessboard + if (window.innerWidth <= 767) return; //scrolling would hide chessboard // Count grouped moves until the cursor (if multi-moves): let groupsCount = -1; let curCol = undefined; @@ -119,6 +119,66 @@ export default { + +