king
2022-08-02 8d66ff34fae5b048a6b7923cc75d34f13a08be9d
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
        }
      }