Closed zhujinxuan closed 6 years ago
decoration
s is useful, but this issue more clearly requests the functionality.@zhujinxuan would you consider putting your animated GIF and explanation here and close 1458?
@SmilinBrian Sorry I forgot to close the request after know setOperationFlag... I will simply send a PR to add setOperationFlag
to the example and close this commit.
Thank you~
Do you want to request a feature or report a bug?
Report a bug.
What's the current behavior?
In the search-highlight example, http://slatejs.org/#/search-highlighting , in each time the search-box
onChange
is triggered, theredo
will be cleanedsetValue({decoration})
. Thenredo
will be disabled by the search-box change.What's the expected
Just wondering if it is possible to re-rendering
decorationNode
orforceUpdate
from the outside?