Skip to content

Commit

Permalink
Improve code
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Jun 2, 2021
1 parent e8cec8d commit cca99af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function getContainer() {
return container;
}
const newContainer = document.createElement('div');
newContainer.id = 'dscOptionsPopoverContainer';
newContainer.id = id;
document.body.appendChild(newContainer);
return newContainer;
}
Expand Down

0 comments on commit cca99af

Please sign in to comment.