king
2021-10-13 5a995a24857abb0a1dac5e4c67c600e54db01539
src/menu/components/code/sandbox/editorcode/index.jsx
@@ -18,7 +18,7 @@
  }
  state = {
    dict: localStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    dict: sessionStorage.getItem('lang') !== 'en-US' ? zhCN : enUS,
    visible: false,
    html: '',
    css: '',