We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac6cd62 commit e776ecdCopy full SHA for e776ecd
marker/src/main/kotlin/spp/jetbrains/marker/source/mark/SourceMarkPopupAction.kt
@@ -75,8 +75,6 @@ open class SourceMarkPopupAction : AnAction() {
75
}
76
77
open fun performPopupAction(sourceMark: SourceMark, editor: Editor) {
78
- sourceMark.triggerEvent(SourceMarkEvent(sourceMark, SourceMarkEventCode.PORTAL_OPENING)) {
79
- sourceMark.displayPopup(editor)
80
- }
+ sourceMark.triggerEvent(SourceMarkEvent(sourceMark, SourceMarkEventCode.PORTAL_OPENING))
81
82
0 commit comments