mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
release: v2.11.2
This commit is contained in:
@@ -13,6 +13,7 @@ import isDarkMode from 'licia/isDarkMode'
|
||||
import extend from 'licia/extend'
|
||||
import isStr from 'licia/isStr'
|
||||
import startWith from 'licia/startWith'
|
||||
import ready from 'licia/ready'
|
||||
import evalCss from '../lib/evalCss'
|
||||
import { isDarkTheme } from '../lib/themes'
|
||||
import LunaNotification from 'luna-notification'
|
||||
@@ -54,7 +55,8 @@ export default class DevTools extends Emitter {
|
||||
this._initTab()
|
||||
this._initNotification()
|
||||
this._initModal()
|
||||
this._checkSafeArea()
|
||||
|
||||
ready(() => this._checkSafeArea())
|
||||
this._bindEvent()
|
||||
}
|
||||
show() {
|
||||
|
||||
Reference in New Issue
Block a user