1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Disable force completion for RoomProvider (RTE)

This commit is contained in:
Aviral Dasgupta
2016-10-11 19:17:57 +05:30
parent ab3b6497f9
commit f2ad4bee8b

View File

@@ -66,8 +66,4 @@ export default class RoomProvider extends AutocompleteProvider {
{completions}
</div>;
}
shouldForceComplete(): boolean {
return true;
}
}