refactor value explorer

This commit is contained in:
Dmitry Vasilev
2023-07-31 23:17:48 +03:00
parent 3a5903596b
commit c006aae380
6 changed files with 205 additions and 203 deletions

View File

@@ -1,6 +1,6 @@
import {el, scrollIntoViewIfNeeded} from './domutils.js'
import {exec} from '../index.js'
import {header} from './value_explorer.js'
import {header} from '../value_explorer_utils.js'
export class Logs {
constructor(ui, el) {