Detect invalidated prior lines in editing state machine
When lines in the midst of editing operations are invalid, output the current line rather than attempting to make intra line diffs. type 'abc' within a textarea. Press enter. Verify we do not trigger intra line state machine changes and output 'abc deleted'. Rather, ensure we trigger output of the entire new line 'new line'. Test: Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I5b1252687e1463ca29f237bc4c86a87f0f5bb781 Reviewed-on: https://chromium-review.googlesource.com/1054698 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#558108}
Showing
Please register or sign in to comment