Skip to content
Snippets Groups Projects
Unverified Commit 85483737 authored by GyDi's avatar GyDi
Browse files

feat: disable user select

parent 2dfd725e
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,8 @@ const BasePage: React.FC<Props> = (props) => {
return (
<div className="base-page" data-windrag>
<header data-windrag>
<Typography variant="h4" component="h1">
<header data-windrag style={{ userSelect: "none" }}>
<Typography variant="h4" component="h1" data-windrag>
{title}
</Typography>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment