Sfoglia il codice sorgente

fix(desktop): allow text selection

Adam 3 mesi fa
parent
commit
8865e524cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/tauri/index.html

+ 1 - 1
packages/tauri/index.html

@@ -14,7 +14,7 @@
     <meta property="og:image" content="/social-share.png" />
     <meta property="og:image" content="/social-share.png" />
     <meta property="twitter:image" content="/social-share.png" />
     <meta property="twitter:image" content="/social-share.png" />
   </head>
   </head>
-  <body class="antialiased overscroll-none select-none text-12-regular overflow-hidden">
+  <body class="antialiased overscroll-none text-12-regular overflow-hidden">
     <script>
     <script>
       ;(function () {
       ;(function () {
         const savedTheme = localStorage.getItem("theme") || "oc-1"
         const savedTheme = localStorage.getItem("theme") || "oc-1"