mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
disable default drag handling
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user