Fix double click on event to open console

This commit is contained in:
miruka 2019-12-12 08:20:26 -04:00
parent 1ecd383791
commit 6813a2c9b4

View File

@ -41,7 +41,7 @@ HRowLayout {
TapHandler {
enabled: debugMode
onDoubleTapped:
Utils.debug(eventContent, con => { con.runJS("json()") })
Utils.debug(eventContent, null, con => { con.runJS("json()") })
}
Item {