Skip to content

Commit fec3a24

Browse files
committed
trying to fix it v1
1 parent 3df1ebe commit fec3a24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/at/hannibal2/skyhanni/test/graph/GraphEditorInput.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ object GraphEditorInput {
199199
private fun handleTextMode(): Boolean {
200200
if (!state.inTextMode) return false
201201
textBox.handle()
202+
state.activeNode?.name = textBox.finalText().ifEmpty { null }
202203
return true
203204
}
204205

0 commit comments

Comments
 (0)