Skip to content

Commit 6b0c8d1

Browse files
committed
Clear netgraph-related messages when not on netrgraph
1 parent ce49e8e commit 6b0c8d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nengo_gui/static/components/netgraph.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ Nengo.NetGraph = function(parent, args) {
268268
.on('click', function(event) {
269269
$('.ace_text-input').blur();
270270
})
271+
.on('mouseleave', function(event) {
272+
Nengo.info_line.set_caption("");
273+
})
271274
.on('wheel', function(event) {
272275
event.preventDefault();
273276

0 commit comments

Comments
 (0)