Skip to content

Commit e4d7b79

Browse files
authored
[CircleGraph] Introduce 'scrollToSelected' message (#1546)
This commit introduces 'scrollToSelected' message. ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov <[email protected]>
1 parent 40dd14b commit e4d7b79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CircleGraph/CircleGraphCtrl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export class MessageDefs {
5555
public static readonly backendColor = "backendColor";
5656
public static readonly error = "error";
5757
public static readonly colorTheme = "colorTheme";
58+
public static readonly scrollToSelected = "scrollToSelected";
5859
// loadmodel type
5960
public static readonly modelpath = "modelpath";
6061
public static readonly uint8array = "uint8array";

0 commit comments

Comments
 (0)