We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exact
1 parent 67a55a4 commit 8c1e121Copy full SHA for 8c1e121
1 file changed
script/core/diagnostics/inject-field.lua
@@ -68,7 +68,7 @@ return function (uri, callback)
68
if def.type == 'doc.field' then
69
return
70
end
71
- if def.type == 'tablefield' then
+ if def.type == 'tablefield' and not isExact then
72
73
74
0 commit comments