diff --git a/.changeset/unlucky-carrots-sparkle.md b/.changeset/unlucky-carrots-sparkle.md new file mode 100644 index 0000000000..148fc56cc0 --- /dev/null +++ b/.changeset/unlucky-carrots-sparkle.md @@ -0,0 +1,5 @@ +--- +"@khanacademy/perseus": patch +--- + +[Interactive Graph] Stop the Mafs graphs from being user selectable diff --git a/packages/perseus/src/widgets/interactive-graphs/mafs-graph.tsx b/packages/perseus/src/widgets/interactive-graphs/mafs-graph.tsx index c1e753ce72..cd5e6f3f45 100644 --- a/packages/perseus/src/widgets/interactive-graphs/mafs-graph.tsx +++ b/packages/perseus/src/widgets/interactive-graphs/mafs-graph.tsx @@ -80,6 +80,7 @@ export const MafsGraph = (props: MafsGraphProps) => { marginLeft: "20px", marginBottom: "20px", pointerEvents: props.static ? "none" : "auto", + userSelect: "none", }} >