@khanacademy/perseus-editor 17.9.0 → 17.9.1

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/index.js CHANGED
@@ -145,7 +145,7 @@ const addLibraryVersionToPerseusDebug = (libraryName, libraryVersion) => {
145
145
 
146
146
  // This file is processed by a Rollup plugin (replace) to inject the production
147
147
  const libName = "@khanacademy/perseus-editor";
148
- const libVersion = "17.9.0";
148
+ const libVersion = "17.9.1";
149
149
  addLibraryVersionToPerseusDebug(libName, libVersion);
150
150
 
151
151
  const devices = {
@@ -32761,6 +32761,7 @@ class InteractiveGraphEditor extends React__namespace.Component {
32761
32761
  const updates = {
32762
32762
  numSides: parsePointCount(newValue),
32763
32763
  coords: null,
32764
+ startCoords: undefined,
32764
32765
  // reset the snap for UNLIMITED, which
32765
32766
  // only supports "grid"
32766
32767
  // From: D6578