mirror of
https://github.com/liriliri/eruda.git
synced 2026-02-02 09:49:00 +08:00
release: v2.8.1
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
## 2.8.1 (12 Dec 2022)
|
||||
|
||||
* fix: remove luna syntax highlighter
|
||||
|
||||
## 2.8.0 (11 Dec 2022)
|
||||
|
||||
* feat(info): copy
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "2.8.0",
|
||||
"version": "2.8.1",
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "eruda.js",
|
||||
"browserslist": [
|
||||
|
||||
@@ -66,10 +66,13 @@ export default class Network extends Tool {
|
||||
},
|
||||
],
|
||||
})
|
||||
this._updateDataGridHeight()
|
||||
this._resizeSensor = new ResizeSensor($el.get(0))
|
||||
this._bindEvent()
|
||||
}
|
||||
show() {
|
||||
super.show()
|
||||
this._updateDataGridHeight()
|
||||
}
|
||||
clear() {
|
||||
this._requests = {}
|
||||
this._requestDataGrid.clear()
|
||||
|
||||
Reference in New Issue
Block a user