editor: plugins/core - support for undo/redo selection restore in most actions
[fnpeditor.git] / src / editor / plugins / core / switch.js
index edb8e95..645f7ad 100644 (file)
@@ -55,7 +55,8 @@ var createSwitchAction = function(createParams) {
                         return f.document.createFragment(f.CaretFragment, {node: f.document.getNodeByPath(textNodePath), offset: f.offset});
                     }, {
                         metadata: {
-                            description: description
+                            description: description,
+                            fragment: params.fragment
                         },
                         success: callback
                     });