Skip to content

Commit 8c1e121

Browse files
committed
fix: correction for exact class
1 parent 67a55a4 commit 8c1e121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/core/diagnostics/inject-field.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ return function (uri, callback)
6868
if def.type == 'doc.field' then
6969
return
7070
end
71-
if def.type == 'tablefield' then
71+
if def.type == 'tablefield' and not isExact then
7272
return
7373
end
7474
end

0 commit comments

Comments
 (0)