Markdown preview cannot be resized anymore (fixes #5833)

This commit is contained in:
Benjamin Pasero
2016-04-27 17:16:29 +02:00
parent 506ade0725
commit 88b42168b3
3 changed files with 9 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ export interface QuickBuilder {
(): Builder;
(builders: Builder[]): Builder;
(element: HTMLElement): Builder;
(element: HTMLElement[]): Builder;
(window: Window): Builder;
(htmlOrQuerySyntax: string): Builder; // Or, MultiBuilder
(name: string, args?: any, fn?: (builder: Builder) => any): Builder;