@uiw/react-md-editor
Advanced tools
Comparing version 3.23.0 to 3.23.1
@@ -83,3 +83,2 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
executeCommand(command, dispatch, state, shortcuts) { | ||
console.log('state:', state); | ||
command.execute && command.execute(_extends({ | ||
@@ -86,0 +85,0 @@ command |
@@ -270,3 +270,2 @@ "use strict"; | ||
value: function executeCommand(command, dispatch, state, shortcuts) { | ||
console.log('state:', state); | ||
command.execute && command.execute((0, _objectSpread2["default"])({ | ||
@@ -273,0 +272,0 @@ command: command |
{ | ||
"name": "@uiw/react-md-editor", | ||
"version": "3.23.0", | ||
"version": "3.23.1", | ||
"description": "A markdown editor with preview, implemented with React.js and TypeScript.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://uiwjs.github.io/react-md-editor/", |
@@ -170,3 +170,2 @@ import React from 'react'; | ||
): void { | ||
console.log('state:', state); | ||
command.execute && | ||
@@ -173,0 +172,0 @@ command.execute({ command, ...getStateFromTextArea(this.textArea) }, this.textApi, dispatch, state, shortcuts); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4309038
78899