Differentiate between file and selection diff events (#35014)
Release Notes: - N/A
This commit is contained in:
parent
cd9bcc7f09
commit
5c9363b1c4
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ impl Item for TextDiffView {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn telemetry_event_text(&self) -> Option<&'static str> {
|
fn telemetry_event_text(&self) -> Option<&'static str> {
|
||||||
Some("Diff View Opened")
|
Some("Selection Diff View Opened")
|
||||||
}
|
}
|
||||||
|
|
||||||
fn deactivated(&mut self, window: &mut Window, cx: &mut Context<Self>) {
|
fn deactivated(&mut self, window: &mut Window, cx: &mut Context<Self>) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue