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
register_external_context_pane() automatically appends pane name to context.layout.
I think that register_external_context_pane() shouldn't modify context.layout. Users can set the layout themselves or the code calling register_external_context_pane could do so.
register_external_context_pane() automatically appends pane name to context.layout.
It's debatable: I'd argue that if you go to the point of writing your own pane(s) it means you intend to use them so automatically adding them makes sense.
Did this break something for you (aside from the new layout appearance)?
Seems like issue template thing is broken for me. Clicking "Submit new issue" just does nothing.
register_external_context_pane()
automatically appends pane name tocontext.layout
.I think that
register_external_context_pane()
shouldn't modifycontext.layout
. Users can set the layout themselves or the code calling register_external_context_pane could do so.Just remove this line:
gef/gef.py
Line 9607 in 5927df4
Seems like issue template thing is broken for me. Clicking "Submit new issue" just does nothing.
The text was updated successfully, but these errors were encountered: