We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847e6b0 commit 822e262Copy full SHA for 822e262
src/vector/platform/ElectronPlatform.tsx
@@ -237,11 +237,7 @@ export default class ElectronPlatform extends VectorBasePlatform {
237
}
238
239
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;
+ return true;
245
246
247
public async getAppVersion(): Promise<string> {
0 commit comments