[clion] restore LocalHistory Lesson

GitOrigin-RevId: df15eee0c7898b951eb724d136beb523b987adda
This commit is contained in:
Maksim Banaev
2024-06-27 10:04:49 +02:00
committed by intellij-monorepo-bot
parent 28511eb8cd
commit 02a2f7bc86

View File

@@ -236,7 +236,8 @@ class LocalHistoryLesson(
task { task {
before { LearningUiHighlightingManager.clearHighlights() } before { LearningUiHighlightingManager.clearHighlights() }
text(LessonsBundle.message("local.history.close.window", action("EditorEscape"))) text(LessonsBundle.message("local.history.close.window", action("EditorEscape")),
LearningBalloonConfig(Balloon.Position.atLeft, width = 0, duplicateMessage = true))
stateCheck { stateCheck {
isMainEditorComponent(focusOwner) isMainEditorComponent(focusOwner)
} }