preactjs / preact-router

:earth_americas: URL router for Preact.
http://npm.im/preact-router
MIT License
1.01k stars 156 forks source link

Don't try to intercept links inside contenteditable #472

Open vpzomtrrfrt opened 1 month ago

vpzomtrrfrt commented 1 month ago

Links inside contenteditable don't seem to do anything, which makes sense in an editing context, but the global handler from preact-router makes them active again. This change avoids that by ignoring contenteditable links.

rschristian commented 1 month ago

In case you missed it in the readme:

preact-router unfortunately no longer sees active development!

Thanks for the PR, but we won't be making additional releases here.