mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 11:24:35 -05:00
Update dependency com.pinterest.ktlint:ktlint-cli to v1.8.0 (#1786)
* Update dependency com.pinterest.ktlint:ktlint-cli to v1.8.0 * Format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Syer10 <syer10@users.noreply.github.com>
This commit is contained in:
@@ -104,18 +104,23 @@ object WebView : Websocket<String>() {
|
||||
dr.resize(event.width, event.height)
|
||||
logger.debug { "Loading URL $url" }
|
||||
}
|
||||
|
||||
is ResizeMessage -> {
|
||||
dr.resize(event.width, event.height)
|
||||
}
|
||||
|
||||
is JsEventMessage -> {
|
||||
dr.event(event)
|
||||
}
|
||||
|
||||
is JsPasteMessage -> {
|
||||
dr.paste(event.data)
|
||||
}
|
||||
|
||||
is JsCopyMessage -> {
|
||||
dr.copy()
|
||||
}
|
||||
|
||||
is JsPingMessage -> {
|
||||
notifyAllClients("{\"type\":\"pong\"}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user