one more VSCode refactor clean up
This commit is contained in:
@@ -57,7 +57,7 @@ func (m *Controller) CloseEscapablePopUp() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If there is currently no modal popup managed by the Controller visible,
|
// If there is currently no modal popup managed by the Controller visible,
|
||||||
// then run f (which should create and show modal dialog) immediately.
|
// then run f (which should create and show a modal dialog) immediately.
|
||||||
// else run f when the current modal dialog workflow has ended.
|
// else run f when the current modal dialog workflow has ended.
|
||||||
func (m *Controller) QueueShowModalFunc(f func()) {
|
func (m *Controller) QueueShowModalFunc(f func()) {
|
||||||
if m.haveModal {
|
if m.haveModal {
|
||||||
|
|||||||
Reference in New Issue
Block a user