mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-13 07:02:34 +00:00
fix: remove revalidations on each event
This commit is contained in:
parent
5d873d0899
commit
b5cc3aa97c
1 changed files with 0 additions and 3 deletions
|
|
@ -142,9 +142,6 @@ class PromptTextFieldEventDispatcher(
|
|||
&& owner is PromptTextField
|
||||
&& owner.dispatcherId == textField.dispatcherId
|
||||
) {
|
||||
owner.revalidate()
|
||||
owner.repaint()
|
||||
|
||||
if (e is KeyEvent) {
|
||||
if (e.id == KeyEvent.KEY_PRESSED) {
|
||||
when (e.keyCode) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue