From 1a6c3c153e8af2e180a8d60b04a3895eb0b8b0e9 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 27 Jul 2016 22:31:39 -0700 Subject: [PATCH] fix selection settings in links example --- examples/links/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/links/index.js b/examples/links/index.js index cebdca0c2..7a0b47344 100644 --- a/examples/links/index.js +++ b/examples/links/index.js @@ -86,6 +86,7 @@ class Links extends React.Component { state = state .transform() .wrapInline('link', new Map({ href })) + .collapseToEnd() .apply() }