Eugene Petrov

Results 2 issues of Eugene Petrov

Step to reproduce: 1. enter number 2. select number 3. start to input new number 4. due to the cursor is placed before the number is incorrect ![bug](https://user-images.githubusercontent.com/2129431/135610870-12a5472a-9ae2-4c5f-86bd-1b2a9d1d8ed1.gif) Expected behavior:...

Everywere is used `const newNodes = this.copy(this.currentValue);` This is a very resource-intensive operation. I have the data with about 600 nodes. If I just select node `JSON.parse(JSON.stringify(entity))` happens for whole...