Skip to content

Commit 9e6617c

Browse files
Update docs/editor-components/editor-file.md
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 644251d commit 9e6617c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/editor-components/editor-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Removes active state from the file.
140140
file.removeActive();
141141
```
142142

143-
#### [setPinnedState(value: boolean, options = { reorder = false, emit = true })](#setPinnedState)
143+
#### [setPinnedState(value: boolean, options = { reorder = false, emit = true })](#setpinnedstate)
144144
Updates Pinned State for the file, triggers reorder (if true), emits Events (editorManager `update` event with `pin-tab` as the first argument and affected File - second argument )
145145

146146
```js

0 commit comments

Comments
 (0)