mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-19 02:19:31 +08:00
[v3 linux] noop: remove spurious print
This commit is contained in:
parent
dfe03f1347
commit
02d76835c9
@ -43,7 +43,7 @@ func (w *linuxWebviewWindow) startDrag() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (w *linuxWebviewWindow) endDrag(button uint, x, y int) {
|
func (w *linuxWebviewWindow) endDrag(button uint, x, y int) {
|
||||||
fmt.Println("endDrag", button, x, y)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *linuxWebviewWindow) enableDND() {
|
func (w *linuxWebviewWindow) enableDND() {
|
||||||
|
Loading…
Reference in New Issue
Block a user