Commit b0cff828 authored by StyleZhang's avatar StyleZhang

Merge branch 'fix/use-embedded-chatbot-with-no-track-mode' into deploy/dev

parents d3216db0 ec05bd1d
......@@ -27,12 +27,10 @@ class StorageMock {
let localStorage, sessionStorage
try {
console.log('1')
localStorage = globalThis.localStorage
sessionStorage = globalThis.sessionStorage
}
catch (e) {
console.log('2')
localStorage = new StorageMock()
sessionStorage = new StorageMock()
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment