Skip to content

Commit

Permalink
release: v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Dec 11, 2022
1 parent 2aa61cf commit 64a3279
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.8.1 (12 Dec 2022)

* fix: remove luna syntax highlighter

## 2.8.0 (11 Dec 2022)

* feat(info): copy
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eruda",
"version": "2.8.0",
"version": "2.8.1",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"browserslist": [
Expand Down
5 changes: 4 additions & 1 deletion src/Network/Network.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 64a3279

Please sign in to comment.