thoughtbot / carnival

An unobtrusive, developer-friendly way to add comments
MIT License
499 stars 30 forks source link

Allow disabling of article left-shift #184

Closed pbrisbin closed 6 years ago

pbrisbin commented 9 years ago

Users who require more control over what happens when comments expand should disable this and do something themselves based on the .commenting class we add to the article. It might also be valuable to add a onCommenting hook. Though, they could subscribe the the events we trigger, if we document them.

This would allow end users to solve #59 and #64 for themselves.