mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
Revert "🎨 Add tags to the database when binding blocks to the database https://github.com/siyuan-note/siyuan/issues/15757"
This reverts commit 4d8bc1672c.
This commit is contained in:
parent
4d8bc1672c
commit
ba10d96a10
16 changed files with 36 additions and 124 deletions
|
|
@ -673,7 +673,7 @@ func Round(val float64, precision int) float64 {
|
|||
|
||||
type ValueSelect struct {
|
||||
Content string `json:"content"`
|
||||
Color string `json:"color"` // 1-14
|
||||
Color string `json:"color"`
|
||||
}
|
||||
|
||||
func MSelectExistOption(mSelect []*ValueSelect, opt string) bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue