Add missing type

pull/21/head
Loïc Mangeonjean 2 years ago
parent 4c03bc00eb
commit a3b0b8a57c

@ -47,7 +47,7 @@ export class RemoteCursorManager {
* The default values for optional parameters.
* @internal
*/
private static readonly DEFAULT_OPTIONS = {tooltips: true, tooltipDuration: 1};
private static readonly DEFAULT_OPTIONS: Partial<IRemoteCursorManagerOptions> = {tooltips: true, tooltipDuration: 1, showTooltipOnHover: false};
/**
* A counter that generates unique ids for the cursor widgets.

Loading…
Cancel
Save