Skip to content

Commit 822e262

Browse files
authored
Revert "Update ElectronPlatform.tsx (#22976)" (#23030)
This reverts commit 6d3c49d.
1 parent 847e6b0 commit 822e262

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/vector/platform/ElectronPlatform.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
237237
}
238238

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

247243
public async getAppVersion(): Promise<string> {

0 commit comments

Comments
 (0)