Skip to content

Commit

Permalink
[CircleGraph] Introduce 'scrollToSelected' message
Browse files Browse the repository at this point in the history
This commit introduces 'scrollToSelected' message.

ONE-vscode-DCO-1.0-Signed-off-by: s.malakhov <s.malakhov@partner.samsung.com>
  • Loading branch information
stamalakhov committed Apr 28, 2023
1 parent 40dd14b commit b54272a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CircleGraph/CircleGraphCtrl.ts
Original file line number Diff line number Diff line change
@@ -55,6 +55,7 @@ export class MessageDefs {
public static readonly backendColor = "backendColor";
public static readonly error = "error";
public static readonly colorTheme = "colorTheme";
public static readonly scrollToSelected = "scrollToSelected";
// loadmodel type
public static readonly modelpath = "modelpath";
public static readonly uint8array = "uint8array";

0 comments on commit b54272a

Please sign in to comment.