Skip to content

Commit

Permalink
Fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Sep 18, 2024
1 parent 40076c6 commit cfdd612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v3/pkg/application/linux_cgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -1787,7 +1787,6 @@ func (w *linuxWebviewWindow) undo() {
}

func (w *linuxWebviewWindow) redo() {
C.webkit_web_view_execute_editing_command(w.webview, C.WEBKIT_EDITING_COMMAND_REDO)
}

func (w *linuxWebviewWindow) delete() {
Expand Down

0 comments on commit cfdd612

Please sign in to comment.