| Author | DaveJarvis <email> |
|---|---|
| Date | 2022-10-29 18:14:10 GMT-0700 |
| Commit | e6325e35905f2051f8685c08e628e4e5a89ac30b |
| Parent | daf3453 |
| Delta | 1 line added, 1 line removed |
| textArea.getCaretBounds().ifPresent( | ||
| bounds -> { | ||
| - menu.setOnShown( ( event ) -> menu.requestFocus() ); | ||
| + menu.setOnShown( event -> menu.requestFocus() ); | ||
| menu.show( textArea, bounds.getCenterX(), bounds.getCenterY() ); | ||
| } |