disable default drag handling

This commit is contained in:
pypy
2020-06-28 16:39:15 +09:00
parent 9b6b42e11e
commit 88990fd82e
4 changed files with 27 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ namespace VRCX
// Application.StartupPath + "/html/index.html"
Browser = new ChromiumWebBrowser(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "html/index.html"))
{
DragHandler = new NoopDragHandler(),
BrowserSettings =
{
// UniversalAccessFromFileUrls = CefState.Enabled,