True if some text is currently selected.
()
| 1684 | * True if some text is currently selected. |
| 1685 | */ |
| 1686 | public boolean isSelectionActive() { |
| 1687 | return textarea.isSelectionActive(); |
| 1688 | } |
| 1689 | |
| 1690 | |
| 1691 | /** |
no outgoing calls
no test coverage detected