@brightspace-ui/htmleditor
Advanced tools
Comparing version 2.96.3 to 2.96.4
@@ -116,3 +116,3 @@ import '@brightspace-ui/core/components/button/button-subtle.js'; | ||
return html` | ||
<div class="d2l-htmleditor-link-context-menu-edit" tabindex="-1" @focus="${this._handleFocus}"> | ||
<div class="d2l-htmleditor-link-context-menu-edit" tabindex="-1" @focus="${this._handleFocus}" @click="${this._handleClick}"> | ||
<d2l-form class="d2l-htmleditor-link-context-menu-edit-form" @d2l-form-submit="${this._handleEditSubmission}"> | ||
@@ -144,2 +144,6 @@ <div class="d2l-htmleditor-link-context-menu-edit-field"> | ||
_handleClick(e) { | ||
e.stopPropagation(); | ||
} | ||
_handleEdit() { | ||
@@ -146,0 +150,0 @@ const linkEditForm = this._getLinkEditForm(); |
{ | ||
"name": "@brightspace-ui/htmleditor", | ||
"description": "An HTML editor that integrates with Brightspace", | ||
"version": "2.96.3", | ||
"version": "2.96.4", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "repository": "https://github.com/BrightspaceUI/htmleditor.git", |
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
2183759
41715