I have one button at (x,y) is both first qml and second qml.
on click of button in first qml it will load second qml. it is working fine.
but if user clicked continuously on button in first qml then some of the Mouse event are passing to second qml.
Please let me know whether we can avoid this passing of the Mouse event while source change in Loader.