Bypass the rendering pipeline for highlighting to reduce (eliminate) latency
Fixes #15
This commit is contained in:
@@ -117,10 +117,9 @@ class EditorHelp extends EditorEntryBase {
|
||||
}
|
||||
|
||||
serialize() {
|
||||
return {
|
||||
return super.serialize({
|
||||
type: 'help',
|
||||
id: this.getId(),
|
||||
};
|
||||
});
|
||||
}
|
||||
|
||||
static unserialize(ser) {
|
||||
|
||||
Reference in New Issue
Block a user