mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2024-11-16 11:42:21 +08:00
feat: disable user select
This commit is contained in:
parent
2dfd725ee0
commit
8548373742
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user