GUACAMOLE-1820: Simplify unicode interpretation.

This commit is contained in:
James Muehlner
2023-07-11 18:03:14 +00:00
parent 983393bdb7
commit 1b2c52d496
2 changed files with 9 additions and 38 deletions

View File

@@ -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