mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
delint
This commit is contained in:
parent
e9c258a930
commit
78f569de94
@ -98,9 +98,7 @@ export default abstract class AutocompleteProvider {
|
||||
selection: ISelectionRange,
|
||||
force: boolean,
|
||||
limit: number,
|
||||
): Promise<ICompletion[]> {
|
||||
return [];
|
||||
}
|
||||
): Promise<ICompletion[]>;
|
||||
|
||||
abstract getName(): string;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user