Console input does not delete selected text during new input

Issue #163 resolved
Dmitry Kasatsky created an issue

Issue Description

Console input does not delete selected text during new input

Steps to reproduce

  1. Input any text in console input
  2. Select any substring of entered text
  3. Type new text

Actual Result

Selected text lost selection but remains

Expected Result

Selected text removes (standard behavior)

Comments (1)

  1. Log in to comment