king
2021-09-01 31ec63f0419895876cbaba99637a884a32d33d0d
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
        }
      }