|
- implemented the support of the leftmostCol, the column from which the editing is allowed,
- the onInput() handler can return a Promise, which is then waited on to be resolved before further input is allowed,
- pasted multi-line content is split into lines, and processed line-by-line as if a single line was pasted multiple times.
|