Front: More Typechecks

This commit is contained in:
Arthur Jamet
2023-06-08 12:25:34 +01:00
parent 19ded9ca74
commit d7848692f7
8 changed files with 7 additions and 16 deletions
+1 -6
View File
@@ -123,12 +123,7 @@ const Octave = (props: OctaveProps) => {
</Row>
{showOctaveNumber && (
<Text
style={{
userSelect: "none",
WebkitUserSelect: "none",
MozUserSelect: "none",
msUserSelect: "none",
}}
selectable={false}
fontSize="2xs"
color="black"
position="absolute"