@eturnity/eturnity_reusable_components 7.51.16-EPDM-10609.12 → 7.51.16-EPDM-10609.13

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "7.51.16-EPDM-10609.12",
3
+ "version": "7.51.16-EPDM-10609.13",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -378,7 +378,6 @@
378
378
  }
379
379
 
380
380
  const updatePosition = async () => {
381
- console.log('updatePosition')
382
381
  if (!infoBox.value || !textContent.value) return
383
382
 
384
383
  // First make the content visible but hidden to get accurate measurements
@@ -135,7 +135,7 @@
135
135
  </Caret>
136
136
  </SelectButton>
137
137
  <DropdownWrapper ref="dropdownWrapperRef" :no-relative="noRelative">
138
- <Teleport to="#portal-target">
138
+ <Teleport to="body">
139
139
  <SelectDropdown
140
140
  v-show="isSelectDropdownShown"
141
141
  ref="dropdown"