Fix bad merge

This commit is contained in:
Lea Anthony
2023-02-12 13:36:58 +11:00
parent 9c42049c6a
commit d86e11cef1
16 changed files with 623 additions and 396 deletions
+2
View File
@@ -67,6 +67,8 @@ func (m *MessageProcessor) HandleRuntimeCall(rw http.ResponseWriter, r *http.Req
m.processApplicationMethod(method, rw, r, targetWindow, params)
case "log":
m.processLogMethod(method, rw, r, targetWindow, params)
case "contextmenu":
m.processContextMenuMethod(method, rw, r, targetWindow, params)
default:
m.httpError(rw, "Unknown runtime call: %s", object)
}