mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
implemented scroll-to-page functionality
This commit is contained in:
parent
9f7585e2a5
commit
079e53ff0d
12 changed files with 45 additions and 26 deletions
|
@ -198,10 +198,6 @@ func (p *Page) SetDefaults() {
|
|||
p.ContentType = "wysiwyg"
|
||||
}
|
||||
|
||||
// if p.IsTabType() {
|
||||
// p.Sequence = 0
|
||||
// }
|
||||
|
||||
p.Title = strings.TrimSpace(p.Title)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue