mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
[IFT] Refactor: extract getCallBackActionId to Utils
GitOrigin-RevId: 798a1d1aaca11f9e5c207d9ea20b01867b91eb32
This commit is contained in:
committed by
intellij-monorepo-bot
parent
428ce848ab
commit
b3315624bb
@@ -216,11 +216,6 @@ class PythonOnboardingTourLesson :
|
||||
}
|
||||
}
|
||||
|
||||
private fun getCallBackActionId(@Suppress("SameParameterValue") actionId: String): String {
|
||||
val action = getActionById(actionId)
|
||||
return LearningUiManager.addCallback { invokeActionForFocusContext(action) }
|
||||
}
|
||||
|
||||
private fun LessonContext.debugTasks() {
|
||||
clearBreakpoints()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user