release: v2.8.1

This commit is contained in:
redhoodsu
2022-12-12 01:09:49 +08:00
parent 2aa61cf2dc
commit 64a3279f18
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
## 2.8.1 (12 Dec 2022)
* fix: remove luna syntax highlighter
## 2.8.0 (11 Dec 2022)
* feat(info): copy

View File

@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "2.8.0",
"version": "2.8.1",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"browserslist": [

View File

@@ -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()