From 822e262a932ca39e99c8b2bc7f0932fc102f388c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 9 Aug 2022 15:39:47 +0100 Subject: [PATCH] Revert "Update ElectronPlatform.tsx (#22976)" (#23030) This reverts commit 6d3c49d8664cb15b80e3577c0dd1c369e632a25f. --- src/vector/platform/ElectronPlatform.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 {