Fix double click on event to open console
This commit is contained in:
parent
1ecd383791
commit
6813a2c9b4
|
@ -41,7 +41,7 @@ HRowLayout {
|
||||||
TapHandler {
|
TapHandler {
|
||||||
enabled: debugMode
|
enabled: debugMode
|
||||||
onDoubleTapped:
|
onDoubleTapped:
|
||||||
Utils.debug(eventContent, con => { con.runJS("json()") })
|
Utils.debug(eventContent, null, con => { con.runJS("json()") })
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user