Skip to content

Commit

Permalink
Merge pull request #518 from trheyi/main
Browse files Browse the repository at this point in the history
[add] EditorRender KeepPageTag option
  • Loading branch information
trheyi authored Dec 11, 2023
2 parents b52591a + 6b3a8c5 commit 583f49f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sui/core/editor.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func (page *Page) EditorRender() (*ResponseEditorRender, error) {
SSR: true,
IgnoreAssetRoot: true,
IgnoreDocument: true,
KeepPageTag: true,
})

if err != nil {
Expand Down

0 comments on commit 583f49f

Please sign in to comment.