mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Stop some ui elements from clearing url anchor when clicked
This commit is contained in:
@@ -231,6 +231,7 @@ RED.tabs = (function() {
|
||||
closeLink.append('<i class="fa fa-times" />');
|
||||
|
||||
closeLink.on("click",function(event) {
|
||||
event.preventDefault();
|
||||
removeTab(tab.id);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user