Scroll Comment Fixed #112
Reference in New Issue
Block a user
Delete Branch "new-branch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
resolved #83
Looks good @Yash-R, I've just asked for a couple of tweaks.
Also I noticed there are changes to the submodule and to yarn lock that don't seem related. Where these changes intended? maybe try
on your branch, might fix it.
Could we change this to
Comments {userPart.Part.Comment.length}. Otherwise it's not clear what the button is for.Could we make this id less generic?
id="comment-section"As much as possible we want our code to express intent, that way it will be easier to figure out what's going on later, or when someone else is reading it and
document.getElementById('section').scrollIntoView()doesn't tell us much besides that it's scrolling somewhere. thoughdocument.getElementById('comment-section').scrollIntoView()tells us the intention nicely.okay
my bad
I'm going to close this PR, I left an explanation in #115
Pull request closed