Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 30bc92d

Browse files
authored
Merge pull request #13 from bridgecrewio/remove-bubble-selection
Remove bubble selection
2 parents 4da4466 + 541fd2e commit 30bc92d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/com/bridgecrew/ui/CodeDiffPanel.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ class CodeDiffPanel(val result: BaseCheckovResult, private val isErrorBubble: Bo
6666
val textArea = JTextPane()
6767
textArea.text = innerText
6868
textArea.isEditable = false
69-
textArea.selectAll()
7069
val attributes = SimpleAttributeSet()
7170
StyleConstants.setLineSpacing(attributes, 0f)
7271
textArea.setParagraphAttributes(attributes, true)

0 commit comments

Comments
 (0)