mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-24 09:25:36 +00:00
Fixes [stage]
This commit is contained in:
@@ -141,7 +141,7 @@ public class MarkdownComp extends Comp<CompStructure<StackPane>> {
|
||||
|
||||
@Override
|
||||
public CompStructure<StackPane> createBase() {
|
||||
var sp = new StackPane(createWebView());
|
||||
var sp = new StackPane();
|
||||
|
||||
if (WEB_VIEW_SUPPORTED == null || WEB_VIEW_SUPPORTED) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user