Skip to content

Commit

Permalink
Revert "Update ElectronPlatform.tsx (#22976)" (#23030)
Browse files Browse the repository at this point in the history
This reverts commit 6d3c49d.
  • Loading branch information
t3chguy authored Aug 9, 2022
1 parent 847e6b0 commit 822e262
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/vector/platform/ElectronPlatform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
}

public needsUrlTooltips(): boolean {
// 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;
return true;
}

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

0 comments on commit 822e262

Please sign in to comment.