mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUACAMOLE-352: Refactor Guacamole.Keyboard.InputSink to Guacamole.InputSink.
This commit is contained in:
		| @@ -83,7 +83,7 @@ angular.module('index').controller('indexController', ['$scope', '$injector', | ||||
|     }; | ||||
|  | ||||
|     // Add default destination for input events | ||||
|     var sink = new Guacamole.Keyboard.InputSink(); | ||||
|     var sink = new Guacamole.InputSink(); | ||||
|     $document[0].body.appendChild(sink.getElement()); | ||||
|  | ||||
|     // Create event listeners at the global level | ||||
|   | ||||
		Reference in New Issue
	
	Block a user