diff options
Diffstat (limited to 'play.js')
-rw-r--r-- | play.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -969,8 +969,7 @@ function is_stacked() { } function update_discard() { - // TODO when rewind and needs to empty - if ("discard" in view) { + if (view.discard) { let stacked = is_stacked() ui.discard_pile.style.flexDirection = (stacked ? "column" : "row") for (let i = 0; i < 4; ++i) { |