diff --git a/v3/pkg/application/webview_window_linux.go b/v3/pkg/application/webview_window_linux.go index ef54a0cb8..ca3dad5ad 100644 --- a/v3/pkg/application/webview_window_linux.go +++ b/v3/pkg/application/webview_window_linux.go @@ -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() {