Handsontable removes whitespaces inside cell if pasing a row

Hi to all.
I have an issue:
If copying from some resources few cells and pasting it to handsontable the white spaces in cell can be removed. I mean white spaces not on start or end of string but between words. One thing I noticed that such data pastes ok into Google sheet and after paste and than copy this data from google sheet it pastes as expected to Hansontable. How to prevent whitespace removing?
I tried different handlers like beforePaste, beforeChange but there is already strings without whitespaces between words in passed arguments.

Hi @alexx.globenko

Can you please share a code demo where the problem can be replicated? The exact steps how to achieve it also will be helpful.