Checkpoint line-grid renderer state
This commit is contained in:
@@ -156,8 +156,6 @@ class StoryHistoryModule extends BaseModule {
|
||||
...record,
|
||||
lineStart,
|
||||
lineCount,
|
||||
heightPx: Math.max(0, Number(metrics.heightPx || record.heightPx || 0)),
|
||||
measuredLineHeightPx: Math.max(0, Number(metrics.lineHeightPx || record.measuredLineHeightPx || 0)),
|
||||
metricsUpdatedAt: Date.now()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user