mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
JS: Fix offset of *ngFor snippet
This commit is contained in:
@@ -113,7 +113,7 @@ public class HTMLExtractor implements IExtractor {
|
||||
config.withSourceType(SourceType.ANGULAR_TEMPLATE),
|
||||
scopeManager,
|
||||
textualExtractor,
|
||||
source,
|
||||
source.substring(offset),
|
||||
valueStart.getRow(),
|
||||
valueStart.getColumn() + offset,
|
||||
false /* isTypeScript */);
|
||||
|
||||
Reference in New Issue
Block a user