@zzish/math-rich-input 0.1.20 → 0.1.21

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
@@ -22579,8 +22579,6 @@ var MathRichInput = /*#__PURE__*/function (_React$Component) {
22579
22579
  });
22580
22580
 
22581
22581
  _defineProperty(_assertThisInitialized(_this2), "handleToolbarButtonClick", function (event, buttonName) {
22582
- console.log("button name: ", buttonName);
22583
-
22584
22582
  try {
22585
22583
  if (buttonName === "Equation") {
22586
22584
  _this2.showEquationEditor(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zzish/math-rich-input",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "React component for user to enter rich text with embedded math equations.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1534,7 +1534,6 @@ export default class MathRichInput extends React.Component {
1534
1534
  };
1535
1535
 
1536
1536
  handleToolbarButtonClick = (event, buttonName) => {
1537
- console.log("button name: ", buttonName);
1538
1537
  try {
1539
1538
  if (buttonName === "Equation") {
1540
1539
  this.showEquationEditor(true);