fixes for non-dual-node rbf feature

This commit is contained in:
Mononaut
2023-03-04 03:16:59 -06:00
parent 723212c918
commit 6fb4adc27d
7 changed files with 31 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ export class RbfTimelineComponent implements OnInit, OnChanges {
rows: TimelineCell[][] = [];
hoverInfo: RbfInfo | void = null;
tooltipPosition = { x: 0, y: 0 };
tooltipPosition = null;
dir: 'rtl' | 'ltr' = 'ltr';