mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-14 12:49:28 +00:00
Fix duplicated editor tabs (#1012)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { EditorManager as TheiaEditorManager } from '@theia/editor/lib/browser/editor-manager';
|
||||
|
||||
export class EditorManager extends TheiaEditorManager {
|
||||
|
||||
protected getOrCreateCounterForUri(): number {
|
||||
return 0;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user