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  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...