1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 16:57:59 +01:00
Files
pentadactyl-pm/common/content/editor.js
anekos e459c7c867 Escaping the error.
A error occurs if the element has been removed when "elem.selectionStart" is executed.

e.g.
  Press "gi<ESC>" on
  <input type="text" onfocus="this.parentNode.removeChild(this)" />
2009-02-23 04:55:51 +09:00

44 KiB