@guihz/trading-vue-editor-tes 0.0.72 → 0.0.73
Sign up to get free protection for your applications and to get access to all the features.
@@ -21,7 +21,7 @@ export default class InitEditor {
|
|
21
21
|
contentHeight: number;
|
22
22
|
lineCount: number | undefined;
|
23
23
|
};
|
24
|
-
setEditorLayout(height: number): void;
|
24
|
+
setEditorLayout(height: number, width?: number): void;
|
25
25
|
private _init;
|
26
26
|
private _setCursorPosition;
|
27
27
|
private _register;
|