We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 703be46 commit b14a470Copy full SHA for b14a470
src/main.ts
@@ -95,10 +95,6 @@ const inlineAction = new FileAction({
95
return false
96
}
97
98
- // FIXME: Currently enabled is not re-evaluated when emitting an updated node object through files:node:updated
99
- // Therefor we need to also have a unlocked state as the inline action is then always rendered
100
- return true
101
-
102
const node = nodes[0]
103
const state = getLockStateFromAttributes(node)
104
0 commit comments