mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:10:43 +07:00
PY-73353 Jupyter(fix): Fix remove table output
GitOrigin-RevId: 95db9ee363524d3aa2b546fa29c06798bbdf6c2b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4e83a1a3d8
commit
7cdc4b1a2f
@@ -65,6 +65,8 @@ interface NotebookCellLines {
|
||||
|
||||
fun intervalsIterator(startLine: Int = 0): ListIterator<Interval>
|
||||
|
||||
fun getCell(line: Int) = intervals.firstOrNull { it.lines.contains(line) }
|
||||
|
||||
val intervals: List<Interval>
|
||||
|
||||
val intervalListeners: EventDispatcher<IntervalListener>
|
||||
|
||||
Reference in New Issue
Block a user