forked from astoilkov/jsblocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating/Insetring of wrong nodes fixed. Closes astoilkov#104.
Added an rendering type Expression.NodeWise that will return an array with the values positioned in the order of the node when passed to Expression.GetValue. Expressios objects now have a property nodeLength and chunks of expressions now have an array nodePositions containing the the position of the nodes the expression updates. Updated VirtualElement.syncChildren to delete all nodes related to an expression and to update all nodes of an expression with a changed value.
- Loading branch information
Joscha Rohmann
committed
Oct 24, 2015
1 parent
c552b7d
commit 1ebe48e
Showing
2 changed files
with
85 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters