Skip to content

Commit

Permalink
Return lost safeHtml
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetDealer committed Aug 23, 2024
1 parent bd335fb commit 0870305
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elsci-io/ui-essential",
"version": "1.0.68",
"version": "1.0.69",
"description": "Material Design components created for products built by elsci.io",
"main": "src/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/SelectInput/SelectInput.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {KeyCode} from "../utils.js";
import {KeyCode, safeHtml} from "../utils.js";

export default class SelectInput extends HTMLElement {
#inputElement;
Expand Down

0 comments on commit 0870305

Please sign in to comment.