king
2021-11-18 c98e45bfac25e9110ad0383faac54a54d98ea9d5
src/tabviews/custom/components/share/braftContent/index.jsx
@@ -21,7 +21,7 @@
    if (encryption === 'true' && html) {
      try {
        html = window.decodeURIComponent(window.atob(html))
      } catch {
      } catch (e) {
        html = value
      }
    }
@@ -37,7 +37,7 @@
      if (encryption === 'true' && html) {
        try {
          html = window.decodeURIComponent(window.atob(html))
        } catch {
        } catch (e) {
          html = value
        }
      }