Skip to content

Commit

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

* fix: some variables not reset when destroy

## 2.8.1 (12 Dec 2022)

* fix: remove luna syntax highlighter
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.1",
"version": "2.8.2",
"description": "Console for Mobile Browsers",
"main": "eruda.js",
"browserslist": [
Expand Down
2 changes: 2 additions & 0 deletions src/eruda.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ export default {
$(this._container).remove()
evalCss.clear()
this._isInit = false
this._container = null
this._shadowRoot = null
},
scale(s) {
if (isNum(s)) {
Expand Down

0 comments on commit 16d0f73

Please sign in to comment.