@khanacademy/perseus-editor 17.9.0 → 17.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/es/index.js CHANGED
@@ -94,7 +94,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
94
94
 
95
95
  // This file is processed by a Rollup plugin (replace) to inject the production
96
96
  const libName = "@khanacademy/perseus-editor";
97
- const libVersion = "17.9.0";
97
+ const libVersion = "17.9.2";
98
98
  addLibraryVersionToPerseusDebug(libName, libVersion);
99
99
 
100
100
  const devices = {
@@ -32549,6 +32549,7 @@ class InteractiveGraphEditor extends React.Component {
32549
32549
  const updates = {
32550
32550
  numSides: parsePointCount(newValue),
32551
32551
  coords: null,
32552
+ startCoords: undefined,
32552
32553
  // reset the snap for UNLIMITED, which
32553
32554
  // only supports "grid"
32554
32555
  // From: D6578