mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Deactivate accessibility in the editor too (#5750)
Do not show in changelog
This commit is contained in:
@@ -216,6 +216,11 @@ export default class InstancesEditor extends Component<Props> {
|
||||
gameCanvas = this.pixiRenderer.view;
|
||||
}
|
||||
|
||||
// Deactivating accessibility support in PixiJS renderer, as we want to be in control of this.
|
||||
// See https://github.com/pixijs/pixijs/issues/5111#issuecomment-420047824
|
||||
this.pixiRenderer.plugins.accessibility.destroy();
|
||||
delete this.pixiRenderer.plugins.accessibility;
|
||||
|
||||
// Add the renderer view element to the DOM
|
||||
canvasArea.appendChild(gameCanvas);
|
||||
|
||||
|
Reference in New Issue
Block a user