When using the RichtextEditor VUE component, I can easily switch from viewing the HTML preview to showing the actual HTML source code using something like
this.$refs.defaultRTE.showSourceCode();
But I did not find a method that gets me back into preview mode. When using the toolbar of the editor, it has the option to toggle between preview and HTML source. how can I do the same programmatically?