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 40481b1 commit 45d0807Copy full SHA for 45d0807
extensions/ccui/uiwidgets/scroll-widget/UIScrollView.js
@@ -303,8 +303,8 @@ ccui.ScrollView = ccui.Layout.extend(/** @lends ccui.ScrollView# */{
303
},
304
305
_isInContainer: function (widget) {
306
- if(!this._clippingEnabled)
307
- return true;
+ if(!this._clippingEnabled)
+ return true;
308
var wPos = widget._position,
309
wSize = widget._contentSize,
310
wAnchor = widget._anchorPoint,
0 commit comments