This commit is contained in:
Daniel Imms
2018-02-01 11:28:56 -08:00
parent 5c05471993
commit 04ccb638b4
+1 -1
View File
@@ -328,7 +328,7 @@ export interface ILinkMatcherOptions {
* only activating a link when a certain modifier is held down, if not the
* mouse event will continue propagation (eg. double click to select word).
*/
willLinkActivate?: (event: MouseEvent, uri: string) => boolean;
willLinkActivate?: (event: MouseEvent, uri: string) => boolean;
}
export interface IBrowser {