X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/f90725bd2dd63943756915116b9a5f743ab94616..981e87b8a8d4dfca0c816d8bcedcd7c4dbdab9f4:/src/editor/plugins/core/switch.js diff --git a/src/editor/plugins/core/switch.js b/src/editor/plugins/core/switch.js index edb8e95..645f7ad 100644 --- a/src/editor/plugins/core/switch.js +++ b/src/editor/plugins/core/switch.js @@ -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 });