close menu when showing helper

This commit is contained in:
abakkk 2020-03-01 10:41:45 +01:00
parent acb728a117
commit 5e8cb0ea1f
1 changed files with 3 additions and 0 deletions

View File

@ -569,6 +569,9 @@ var DrawingArea = new Lang.Class({
},
toggleHelp: function() {
if (this._menu)
this._menu.close();
if (this.helper.visible)
this.helper.hideHelp();
else