mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Update chromedp to fix console errors (#1521)
This commit is contained in:
12
vendor/github.com/chromedp/cdproto/input/events.go
generated
vendored
Normal file
12
vendor/github.com/chromedp/cdproto/input/events.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
package input
|
||||
|
||||
// Code generated by cdproto-gen. DO NOT EDIT.
|
||||
|
||||
// EventDragIntercepted emitted only when Input.setInterceptDrags is enabled.
|
||||
// Use this data with Input.dispatchDragEvent to restore normal drag and drop
|
||||
// behavior.
|
||||
//
|
||||
// See: https://chromedevtools.github.io/devtools-protocol/tot/Input#event-dragIntercepted
|
||||
type EventDragIntercepted struct {
|
||||
Data *DragData `json:"data"`
|
||||
}
|
||||
Reference in New Issue
Block a user