mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🐛 Rename iFrameBlock to iframeBlock (#10748)
This commit is contained in:
parent
0aaa701df7
commit
fd80159fe9
6 changed files with 8 additions and 8 deletions
|
|
@ -973,7 +973,7 @@ func buildTypeFilter(types map[string]bool) string {
|
|||
s.DatabaseBlock = types["databaseBlock"]
|
||||
s.AudioBlock = types["audioBlock"]
|
||||
s.VideoBlock = types["videoBlock"]
|
||||
s.IFrameBlock = types["iFrameBlock"]
|
||||
s.IFrameBlock = types["iframeBlock"]
|
||||
s.WidgetBlock = types["widgetBlock"]
|
||||
} else {
|
||||
s.Document = Conf.Search.Document
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue