cm-page-builder
Advanced tools
Comparing version 1.2.8 to 1.2.9
@@ -153,4 +153,4 @@ 'use strict'; | ||
var link = prompt('Enter a link'); | ||
// document.execCommand('insertHTML', true, `<a href=${link} target="_blank">${window.getSelection().toString()}</a>`) | ||
document.execCommand(action, false, link); | ||
document.execCommand('insertHTML', true, '<a href=//' + link + ' target="_blank">' + window.getSelection().toString() + '</a>'); | ||
//document.execCommand(action, false, link) | ||
} else document.execCommand("unlink", false, false); | ||
@@ -157,0 +157,0 @@ } else document.execCommand(action); |
{ | ||
"name": "cm-page-builder", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Awesome react starter kit", | ||
@@ -5,0 +5,0 @@ "main": "lib/page/index.js", |
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
127560