2
0
Эх сурвалжийг харах

View-CDB: allow reopen last closed tab

Yuxiao Mao 5 сар өмнө
parent
commit
18ef208d8d

+ 1 - 0
hide/comp/cdb/Editor.hx

@@ -124,6 +124,7 @@ class Editor extends Component {
 
 		keys.clear();
 		keys.addListener(onKey);
+		keys.register("view.reopenLastClosedTab", function() ide.reopenLastClosedTab());
 		keys.register("search", function() {
 			searchBox.show();
 			searchBox.find("input").val("").focus().select();