Skip to content

Commit

Permalink
Fixed exportToToc (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Dec 26, 2023
1 parent 3d34120 commit 7aa5a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/electron.renderer/data/def/FieldDef.hx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class FieldDef {
allowOutOfLevelRef = true;
allowedRefs = OnlySame;
allowedRefTags = new Tags();
exportToToc = false;

// Specific default display modes, depending on type
switch type {
Expand Down

0 comments on commit 7aa5a4b

Please sign in to comment.