We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23206c9 commit 8f4d55bCopy full SHA for 8f4d55b
js/activity.js
@@ -513,7 +513,10 @@ class Activity {
513
(event) => {
514
event.preventDefault();
515
event.stopPropagation();
516
- if (this.beginnerMode) return;
+ if (this.beginnerMode) return;
517
+ if (this.isHelpfulSearchWidgetOn) {
518
+ this._hideHelpfulSearchWidget();
519
+ }
520
if (!this.blocks.isCoordinateOnBlock(event.clientX, event.clientY) &&
521
event.target.id === "myCanvas") {
522
this._displayHelpfulWheel(event);
0 commit comments