Skip to content

Commit

Permalink
https://github.com/elmsln/issues/issues/1856
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Dec 21, 2023
1 parent 24149a5 commit 8ddbc51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elements/hax-body/lib/hax-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,8 @@ class HaxStore extends I18NMixin(winEventsElement(HAXElement(LitElement))) {
if (this.activePlaceHolderOperationType === "link") {
linkOnMultiple = true;
}
// reset this after
this.activePlaceHolderOperationType = null;
let typeName = type;
// we want to simplify insert but if we get wildcard... do whatever
let preferExclusive = true;
Expand Down

1 comment on commit 8ddbc51

@vercel
Copy link

@vercel vercel bot commented on 8ddbc51 Dec 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.