We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e47810 commit 235e061Copy full SHA for 235e061
extensions/GUI/CCScrollView/CCScrollView.js
@@ -87,7 +87,7 @@ cc.ScrollView = cc.Layer.extend({
87
},
88
89
registerWithTouchDispatcher:function () {
90
- cc.Director.getInstance().getTouchDispatcher().addTargetedDelegate(this, 0, false);
+ cc.Director.getInstance().getTouchDispatcher().addTargetedDelegate(this, this.getTouchPriority(), false);
91
92
93
/**
0 commit comments