We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3291f93 commit c6177f5Copy full SHA for c6177f5
Components/Elements.lua
@@ -247,7 +247,7 @@ end
247
248
function Elements:UpdateBoundaries()
249
self:AdjustToChildren()
250
- return self:AdjustToChildren(8, 8)
+ RunNextFrame(function() self:AdjustToChildren(8, 8) end)
251
end
252
253
function Elements:Reset()
Immersion.toc
@@ -1,8 +1,8 @@
1
-## Interface: 11507, 50500, 110107
+## Interface: 11507, 50500, 110200
2
## IconTexture: Interface\AddOns\Immersion\Textures\Logo
3
## Title: Immersion
4
## Notes: Immersive replacement for quest & gossip
5
-## Version: 1.4.45
+## Version: 1.4.46
6
7
## Author: Sebastian Lindfors
8
## X-Website: https://github.com/seblindfors/Immersion
0 commit comments