PluginProbe
Extendify / trunk
Extendify vtrunk
3.2.1 3.2.0 3.1.6 3.1.5 3.1.4 3.1.3 3.1.2 3.1.1 3.1.0 3.0.6 3.0.5 3.0.4 trunk 0.1.0 0.10.0 0.10.1 0.10.2 0.11.0 0.11.1 0.2.0 0.3.0 0.3.1 0.4.0 0.5.0 0.6.0 All 127 releases
← All changes | src/QuickEdit/lib/click-rule.js +4 -0 3.1.1 → trunk View file →
@@ -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