Skip to content

Commit 8eab677

Browse files
committed
fix: don't disable text selection
1 parent db57e70 commit 8eab677

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<meta property="og:image" content="/social-share.png" />
1515
<meta property="twitter:image" content="/social-share.png" />
1616
</head>
17-
<body class="antialiased overscroll-none select-none text-12-regular overflow-hidden">
17+
<body class="antialiased overscroll-none text-12-regular overflow-hidden">
1818
<script>
1919
;(function () {
2020
const savedTheme = localStorage.getItem("theme") || "oc-1"

packages/enterprise/src/entry-server.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default createHandler(() => (
1313
<meta name="theme-color" content="#131010" media="(prefers-color-scheme: dark)" />
1414
{assets}
1515
</head>
16-
<body class="antialiased overscroll-none select-none text-12-regular">
16+
<body class="antialiased overscroll-none text-12-regular">
1717
<div id="app">{children}</div>
1818
{scripts}
1919
</body>

0 commit comments

Comments
 (0)