Fixed Fold Marker click not changing folding gutter marker status.#1679
Fixed Fold Marker click not changing folding gutter marker status.#1679parisk wants to merge 1 commit intocodemirror:masterfrom
Conversation
|
Hey @parisk, just wanted to let you know that on GitHub, you can reference issues by typing And just so it gets pulled into this discussion: #1678. |
|
Great. Good to know about that. Thanks. Paris 2013/7/15 Brandon Frohs notifications@github.com
|
|
Thanks. I've pushed the attached patch instead, which also fixes the case where a range is unfolded by moving the cursor into it. |
Also adds parameters to a range's clear event. Issue codemirror#1678 Issue codemirror#1679
Fix for the issue "Clicking CodeMirror-foldmarker does not toggle CodeMirror-foldgutter-folded".