You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix - correctly access top element in simple layout
Simple layout means direct usage of <div> element for drawing.
If drawing itself uses other layouts (like grid), this can lead to
unintended redirection for select_main() method. Therefore for simple
layout select_main('origin') has to be used.
0 commit comments