Skip to content

Commit 4334323

Browse files
committed
Deploying to gh-pages from @ 3cb26a0 🚀
1 parent 368b578 commit 4334323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/appShell.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export class AppShell extends BaseCustomWebComponentConstructorAppend {
192192
};
193193
this._getNpm.onclick = async (e) => {
194194
const pkgName = this._npmInput.value;
195-
if (pkgName.startsWith('http://')) {
195+
if (pkgName.startsWith('http://') || pkgName.startsWith('https://')) {
196196
const observedCustomElementsRegistry = new ObservedCustomElementsRegistry();
197197
try {
198198
await import(pkgName);

0 commit comments

Comments
 (0)