File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1515 < template x-for ="expression in expressions ">
1616 < div class ="results "
1717 :class ="
18- ((expression.from >= currentLineFrom) && (expression.from <= currentLineTo) ||
19- (expression.to >= currentLineFrom) && (expression.to <= currentLineTo)) ? 'highligted' : '' "
18+ ((expression.from <= currentLineTo) && (expression.to >= currentLineFrom)) ? 'highligted' : '' "
2019 x-html ="expression.outputs " x-show ="expression.visible "
21- x-effect ="if((currentLine >= expression.from) && (currentLine <= expression.to)) $el.scrollIntoView({ block: 'nearest', inline: 'start'}) ">
20+ x-effect ="if((expression.from <= currentLineTo ) && (expression.to >= currentLineFrom )) $el.scrollIntoView({ block: 'nearest', inline: 'start'}) ">
2221 </ div >
2322 </ template >
2423 </ article >
You can’t perform that action at this time.
0 commit comments