mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
[v3 linux] noop: remove spurious print
This commit is contained in:
parent
dfe03f1347
commit
02d76835c9
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ func (w *linuxWebviewWindow) startDrag() error {
|
|||
}
|
||||
|
||||
func (w *linuxWebviewWindow) endDrag(button uint, x, y int) {
|
||||
fmt.Println("endDrag", button, x, y)
|
||||
|
||||
}
|
||||
|
||||
func (w *linuxWebviewWindow) enableDND() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue