Fix double click on event to open console
This commit is contained in:
parent
1ecd383791
commit
6813a2c9b4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user