Merge pull request #3020 from dabrahams/patch-4

Call me crazy, but this seems like a typo
edit
Hakim El Hattab 2022-03-21 09:40:31 +01:00 committed by GitHub
commit 85fbfb26fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ const Plugin = {
} );
block.removeAttribute( 'data-fragment-index' )
block.removeAttribute( 'data-fragment-index' );
block.setAttribute( 'data-line-numbers', Plugin.serializeHighlightSteps( [ highlightSteps[0] ] ) );
}