mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix incorrect shortcut keys in info tips
This commit is contained in:
		| @@ -477,7 +477,7 @@ RED.sidebar.info = (function() { | ||||
|                     return; | ||||
|                 } | ||||
|             } | ||||
|             while ((m=/(\[(.*?)\])/.exec(tip))) { | ||||
|             while ((m=/(\[([a-z]*?)\])/.exec(tip))) { | ||||
|                 tip = tip.replace(m[1],RED.keyboard.formatKey(m[2])); | ||||
|             } | ||||
|             tipBox.html(tip).fadeIn(200); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user