mirror of
https://github.com/liriliri/eruda.git
synced 2026-03-24 09:48:37 +08:00
feat: inline mode
This commit is contained in:
@@ -78,6 +78,10 @@ export default class DevTools extends Emitter {
|
||||
return this
|
||||
}
|
||||
hide() {
|
||||
if (this._inline) {
|
||||
return
|
||||
}
|
||||
|
||||
this._isShow = false
|
||||
this.emit('hide')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user