Skip to content

Commit

Permalink
Uncommented the DocumentText to help bug repro
Browse files Browse the repository at this point in the history
  • Loading branch information
udit3333 committed Mar 10, 2020
1 parent de17b6a commit 4e35d26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public override void DoPreview<T>(T dataSource)
var filePath = dataSource as string;
WebBrowser browser = new WebBrowser();

// browser.DocumentText = "Test";
browser.DocumentText = "Test";
browser.Navigate(filePath);
browser.Dock = DockStyle.Fill;
browser.IsWebBrowserContextMenuEnabled = false;
Expand Down

0 comments on commit 4e35d26

Please sign in to comment.