I’m working on a collaborative sheet, basically someone could change the data of his sheet and broadcast the change to everyone else, and I’m using setDataAtCell to do that.
And the problem occurs when you are editing a cell, meanwhile setDataAtCell triggered to set the value of another cell, then you’ll lost focus on the cell and what you’ve been editing.So how can I use setDataAtCell(or anything equivalent) without interrupt the cell editing?