mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
remove the dirty flag (#14292)
This commit is contained in:
@@ -277,10 +277,6 @@ export class ProfilerInput extends EditorInput implements IProfilerSession {
|
|||||||
this.data.clearFilter();
|
this.data.clearFilter();
|
||||||
}
|
}
|
||||||
|
|
||||||
isDirty(): boolean {
|
|
||||||
return this.state.isRunning || !!this.state.isPaused;
|
|
||||||
}
|
|
||||||
|
|
||||||
dispose() {
|
dispose() {
|
||||||
super.dispose();
|
super.dispose();
|
||||||
this._profilerService.disconnectSession(this.id);
|
this._profilerService.disconnectSession(this.id);
|
||||||
|
|||||||
Reference in New Issue
Block a user