@@ -2,7 +2,7 @@ package docx
func (f *Docx) IncreaseID(name string) (n uintptr) {
f.slowIDsMu.Lock()
n, _ = f.slowIDs[name] //nolint: go-staticcheck
n = f.slowIDs[name]
n++
f.slowIDs[name] = n
f.slowIDsMu.Unlock()
The note is not visible to the blocked user.