JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fix bug from recent backspace rewrite
[peach-html5-editor.git] / editor.coffee
index 8835a33..c6b13d6 100644 (file)
@@ -1164,7 +1164,7 @@ class PeachHTML5Editor
                        if @cursor.n.text.length is 1 # if emptying text node
                                if run.length is 1 # if emptying text run (of text/br/hr/inline-block)
                                        # remove inline-parents of @cursor.n
-                                               block = @find_block_parent n
+                                               block = @find_block_parent @cursor.n
                                                changed = false
                                                n = @cursor.n.parent
                                                while n and n isnt block