Fixes U4-778 - Visualize XSLT is not working.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
xsltSnippet = UmbEditor.IsSimpleEditor
|
||||
? jQuery("#<%= editorSource.ClientID %>").getSelection().text
|
||||
: UmbEditor._editor.selection();
|
||||
: UmbEditor._editor.getSelection();
|
||||
|
||||
if (xsltSnippet == '') {
|
||||
xsltSnippet = UmbEditor.IsSimpleEditor
|
||||
|
||||
Reference in New Issue
Block a user