mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1820: Simplify unicode interpretation.
This commit is contained in:
@@ -363,7 +363,7 @@ angular.module('player').directive('guacPlayer', ['$injector', function guacPlay
|
||||
// Convert to the display-optimized TextBatch type
|
||||
$scope.textBatches.push(new TextBatch(batch));
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
// Notify listeners when current position within the recording
|
||||
// has changed
|
||||
|
Reference in New Issue
Block a user