You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The follwoing lines check whether user has been issuing table navigation commands repeatedly.
161
+
# In this case, instead of using current column/row index, we used cached value to allow users being able to skip merged cells without affecting the initial column/row index.
162
+
# For more info see issue #11919 and #7278.
163
+
if (self.selection==self.lastTableSelection) and (self.lastTableAxis==axis):
0 commit comments