fix: prevent confetti smartlist selection when updating contacts

- needs https://gerrit-ring.savoirfairelinux.com/#/c/9195/

Change-Id: I9befd3c88c05d51a705843c4f32108ec8dc374a3
Reviewed-by: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com>
diff --git a/src/views/ContextualTableCellView.h b/src/views/ContextualTableCellView.h
index 38a962a..e5fcf03 100644
--- a/src/views/ContextualTableCellView.h
+++ b/src/views/ContextualTableCellView.h
@@ -27,6 +27,11 @@
 @property (nonatomic) NSMutableArray* contextualsControls;
 
 /**
+ * BOOL tracking if the mouse is hovering over the cell
+ */
+@property (nonatomic) BOOL isMouseOver;
+
+/**
  * BOOL specifying if controls should be presented when mouse is hover
  */
 @property (nonatomic) BOOL activeState;