mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-2005: FIlter out batches that ended up not having any keystroke events.
This commit is contained in:
@@ -361,8 +361,8 @@ angular.module('player').factory('keyEventDisplayService',
|
||||
|
||||
});
|
||||
|
||||
// All processed batches
|
||||
return batches;
|
||||
// All processed batches with events
|
||||
return batches.filter(batch => batch.events.length > 0);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user