fix: create table tags area

This commit is contained in:
Alex Duan 2024-10-25 10:58:25 +08:00
parent 1b2ac1e537
commit 86dbba5c8c
1 changed files with 5 additions and 0 deletions

View File

@ -1722,6 +1722,11 @@ bool fieldOptionsArea(char* p) {
return false; return false;
} }
// find tags
if(strstr(p, " tags") != NULL) {
return false;
}
if(p2 == NULL) { if(p2 == NULL) {
// first field area // first field area
p2 = p1; p2 = p1;