mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
f4ea143e43
commit
e8c41b3330
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export const getErrorMarks = (
|
|||
|
||||
return errorItems.map((error) => ({
|
||||
type: 'errorMark',
|
||||
offset: error.offset + error.skew,
|
||||
offset: Math.max(error.offset + error.skew, 0),
|
||||
verticalLine: false,
|
||||
id: error.doc.error.id,
|
||||
error: error.doc,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue