Fix check for the override target in the "appropriate location for inserting node"
This commit is contained in:
@@ -239,7 +239,7 @@
|
||||
beforeChildNode:(out HTMLElement * __autoreleasing *)child
|
||||
{
|
||||
HTMLElement *target = self.currentNode;
|
||||
if (overrideTarget == nil) {
|
||||
if (overrideTarget != nil) {
|
||||
target = overrideTarget;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user