fix: create table tags area
This commit is contained in:
parent
1b2ac1e537
commit
86dbba5c8c
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue