Dash_table strange behaviour in cell editing mode

in the dash_table when i click one time in the cell and type something and click in somewhere it saves the edited value to the cell.

but if i double click the cell and edit the cell it only saves the value when i press enter.

is this behaviour normal or a bug?

if its normal why? is there a way of change this behaviour? to save even not pressing enter?

i was thinking making a callback for every change, but i dont think is a beautiful way to do this.