Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTony Haslam
Front End Web Development Techdegree Student 19,207 PointsHaving issue when I starting a newline in my workspace.
Hello, I'm not sure if there is a setting for the workspace, but when I start a new line the indentation is very far and I do not know how to correct it. Can someone assist me with this issue? Thanks.
1 Answer
alee2
5,435 PointsJennifer Nordell Sorry I keep @ ing you. I'm not sure who else is Treehouse staff...
This is a low priority issue but was wondering why this keeps happening? (same as described by the OP)--next line intermittently starts halfway across the width of the browser screen. No idea why. does it several times in an hour. just an minor annoyance since a good deal of time is spent deleting spaces I didn't actually input. (also...pls don't eval the code itself I'm in the middle of the lesson and it's definitely not right :) )
Thanks for any help--I couldn't find anything else in the community on this issue.
toggleList.addEventListener('click', () => {
if(listDiv.style.display == 'none'){
listDiv.style.display = 'none';
toggleList.innerHTML = 'ShowList';
}
})
button.addEventListener('click', ()
alee2
5,435 Pointsalee2
5,435 PointsSame issue here. next line intermittently starts halfway across the width of the browser screen. No idea why. does it several times in an hour.