You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using diff2html directly or using diff2html-ui helper: diff2html
Extra flags: _
Step 1: Describe the problem:
Steps to reproduce:
Call Diff2html.html on any diff
Observed Results:
A checkbox to toggle the content of the diff is rendered for each file
Expected Results:
When using Diff2Html only, there is no JS to listen to events and to update the view when the checkbox is clicked. Thus, it should rather behave the same way as the fileListToggle option of Diff2HtmlUI for example, and not render the checkbox at all.
The text was updated successfully, but these errors were encountered:
Step 0: Describe your environment
Step 1: Describe the problem:
Steps to reproduce:
Diff2html.html
on any diffObserved Results:
Expected Results:
Diff2Html
only, there is no JS to listen to events and to update the view when the checkbox is clicked. Thus, it should rather behave the same way as thefileListToggle
option ofDiff2HtmlUI
for example, and not render the checkbox at all.The text was updated successfully, but these errors were encountered: