release: v2.8.2
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "eruda",
|
||||
"version": "2.8.1",
|
||||
"version": "2.8.2",
|
||||
"description": "Console for Mobile Browsers",
|
||||
"main": "eruda.js",
|
||||
"browserslist": [
|
||||
|
||||
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user