-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi,
There happens double updating when using cell bottom-right corner's drag-copy. Using this method triggers double update link actions, as the other one's are without value. This wouldn't be a problem if they would trigger update link actions in "proper order", but because they trigger in random different times in browser, it will shoot randomly without value and with wanted value. So in update link file, we have to filter those without value updates out. This causes the actual problem. You cannot use this cell bottom-left corner drag-copy to clean multiple cell data, because of the previous behaviour, you have to filter out update actions without value. It also prevents using DELETE from keyboard, which also triggers updates with no value.
So when using this drag-copy method to copy values to another cells, could these double update actions without value be eliminated in this case?
It would solve all the issues which this causes.
Thanks!