Browse Source

Fixed ctrl+a also selects the "about" tab #230

Tobias Reich 10 years ago
parent
commit
bda95c49f3
3 changed files with 4 additions and 0 deletions
  1. 1 0
      assets/js/init.js
  2. 3 0
      assets/js/multiselect.js
  3. 0 0
      assets/min/main.js

+ 1 - 0
assets/js/init.js

@@ -99,6 +99,7 @@ $(document).ready(function(){
 		})
 		.bind(['i', 'ctrl+i'], function() {
 			if (visible.infobox()) view.infobox.hide();
+			else if (visible.multiselect()) return false;
 			else if (visible.infoboxbutton()) view.infobox.show();
 		})
 		.bind(['command+backspace', 'ctrl+backspace'], function() {

+ 3 - 0
assets/js/multiselect.js

@@ -193,6 +193,9 @@ multiselect = {
 
 	close: function() {
 
+		// Hide selection from the select all shortcut
+		window.getSelection().removeAllRanges();
+
 		multiselect.stopResize();
 
 		multiselect.position.top	= null;

File diff suppressed because it is too large
+ 0 - 0
assets/min/main.js


Some files were not shown because too many files changed in this diff