Skip to content

Commit e776ecd

Browse files
committed
dupe popup
Former-commit-id: 00d1bbd
1 parent ac6cd62 commit e776ecd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

marker/src/main/kotlin/spp/jetbrains/marker/source/mark/SourceMarkPopupAction.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ open class SourceMarkPopupAction : AnAction() {
7575
}
7676

7777
open fun performPopupAction(sourceMark: SourceMark, editor: Editor) {
78-
sourceMark.triggerEvent(SourceMarkEvent(sourceMark, SourceMarkEventCode.PORTAL_OPENING)) {
79-
sourceMark.displayPopup(editor)
80-
}
78+
sourceMark.triggerEvent(SourceMarkEvent(sourceMark, SourceMarkEventCode.PORTAL_OPENING))
8179
}
8280
}

0 commit comments

Comments
 (0)