diff --git a/src/vector/platform/ElectronPlatform.tsx b/src/vector/platform/ElectronPlatform.tsx index 964512068c..d50accc1c1 100644 --- a/src/vector/platform/ElectronPlatform.tsx +++ b/src/vector/platform/ElectronPlatform.tsx @@ -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 {