| @@ -28,8 +28,12 @@ | ||
| 28 | 28 | // 3. form control — let the input/textarea/select/button focus |
| 29 | 29 | // 4. tagged block — commit selection on the innermost tagged ancestor |
| 30 | 30 | // 5. otherwise — outside-click, clear any open hover bar |
| 31 | 31 | // |
| 32 | +// A tagged-block click pins the bar and focuses its first pill; it never | |
| 33 | +// opens Quick Edit and never stages the block for the agent. The pills are | |
| 34 | +// the only entry to either surface, so the two can't hold one block at once. | |
| 35 | +// | |
| 32 | 36 | // Anchor beats tagged-block intentionally: clicking a link in a nav menu |
| 33 | 37 | // or a button inside a tagged section navigates. Pills carry |
| 34 | 38 | // `data-extendify-quick-edit-pill` so they survive the form-control |
| 35 | 39 | // branch (the pill is a <button>). Tagged blocks are detected by any of |