king
2021-10-21 1da6506bf58270bacc2a4345002c6b082835580e
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
        }
      }