feat: disable user select
This commit is contained in:
parent
2dfd725ee0
commit
8548373742
@ -12,8 +12,8 @@ const BasePage: React.FC<Props> = (props) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="base-page" data-windrag>
|
<div className="base-page" data-windrag>
|
||||||
<header data-windrag>
|
<header data-windrag style={{ userSelect: "none" }}>
|
||||||
<Typography variant="h4" component="h1">
|
<Typography variant="h4" component="h1" data-windrag>
|
||||||
{title}
|
{title}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user