@convertkit/selection-toolbar
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1329,2 +1329,3 @@ import React, { Component } from 'react'; | ||
var handleClick = function handleClick(event) { | ||
event.preventDefault(); | ||
onChange(onClick(event, value)); | ||
@@ -1331,0 +1332,0 @@ }; |
{ | ||
"name": "@convertkit/selection-toolbar", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A toolbar for the ConvertKit Editor that hovers over the selection.", | ||
@@ -32,3 +32,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "2ade8f2004e7520e07a64d904c844df522710ba0" | ||
"gitHead": "6a3b009015254a7228c7701b94836f9ec324e99b" | ||
} |
@@ -136,2 +136,3 @@ import React, { Component } from "react"; | ||
const handleClick = event => { | ||
event.preventDefault(); | ||
onChange(onClick(event, value)); | ||
@@ -138,0 +139,0 @@ }; |
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
52532
1473