mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Update ElectronPlatform.tsx (#22976)
This commit is contained in:
parent
394907fb7a
commit
6d3c49d866
@ -237,7 +237,11 @@ export default class ElectronPlatform extends VectorBasePlatform {
|
||||
}
|
||||
|
||||
public needsUrlTooltips(): boolean {
|
||||
return true;
|
||||
// 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;
|
||||
}
|
||||
|
||||
public async getAppVersion(): Promise<string> {
|
||||
|
Loading…
Reference in New Issue
Block a user