diff --git a/basis/ui/gadgets/tables/tables.factor b/basis/ui/gadgets/tables/tables.factor index 390e652ac6..3beb0af79f 100644 --- a/basis/ui/gadgets/tables/tables.factor +++ b/basis/ui/gadgets/tables/tables.factor @@ -313,13 +313,14 @@ PRIVATE> if ; : row-action? ( table -- ? ) - [ [ mouse-row ] keep valid-line? ] - [ single-click?>> hand-click# get 2 = or ] bi and ; + single-click?>> hand-click# get 2 = or ;