Skip to content
  • Steve Hart's avatar
    74430c48
    Make links in Synopsis functional again (#1458) · 74430c48
    Steve Hart authored
    Commit e41c1cbe added a call to
    e.preventDefault() when handling click events that reach a toggle
    element. This prevents the browser from following hyperlinks within the
    Synopsis section when they are clicked by a user. This commit restores
    functioning hyperlinks within the Synopsis section by removing the call
    to e.preventDefault(), as it does not appear to be necessary, and
    removing it increases the flexibility of the details-helper code.
    74430c48
    Make links in Synopsis functional again (#1458)
    Steve Hart authored
    Commit e41c1cbe added a call to
    e.preventDefault() when handling click events that reach a toggle
    element. This prevents the browser from following hyperlinks within the
    Synopsis section when they are clicked by a user. This commit restores
    functioning hyperlinks within the Synopsis section by removing the call
    to e.preventDefault(), as it does not appear to be necessary, and
    removing it increases the flexibility of the details-helper code.
Loading