preview fix browser hang
This commit is contained in:
@@ -6,5 +6,4 @@ start="<html><head><title>TypoML Preview</title>$style</head><body>"
|
|||||||
end="</body></html>"
|
end="</body></html>"
|
||||||
output="$start$input$end"
|
output="$start$input$end"
|
||||||
echo "$output" > /tmp/preview.html
|
echo "$output" > /tmp/preview.html
|
||||||
xdg-open /tmp/preview.html
|
nohup xdg-open /tmp/preview.html &
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user