lib/ProMotion/table/extensions/longpressable.rb in ProMotion-2.7.0 vs lib/ProMotion/table/extensions/longpressable.rb in ProMotion-2.7.1

- old
+ new

@@ -24,10 +24,10 @@ end private def pressed_table_view - searching? ? @table_search_display_controller.searchResultsTableView : table_view + table_view end end end end