Skip to content

Commit

Permalink
Update ElectronPlatform.tsx (#22976)
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy authored Aug 2, 2022
1 parent 394907f commit 6d3c49d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/vector/platform/ElectronPlatform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,11 @@ export default class ElectronPlatform extends VectorBasePlatform {
}

public needsUrlTooltips(): boolean {
return true;
// XXX: This should be `true` but caused too many regressions
// Given it was effectively a community contribution, it has been disabled until we can fix it
// https://github.com/vector-im/element-web/issues/22970
// https://github.com/vector-im/element-web/issues/22953
return false;
}

public async getAppVersion(): Promise<string> {
Expand Down

0 comments on commit 6d3c49d

Please sign in to comment.