chore: clone session order

This commit is contained in:
hstyi
2025-07-07 10:33:38 +08:00
committed by hstyi
parent 5050aa37f5
commit e7cafb74e4

View File

@@ -40,5 +40,8 @@ class CloneSessionTerminalTabbedContextMenuExtension private constructor() : Ter
throw UnsupportedOperationException() throw UnsupportedOperationException()
} }
override fun ordered(): Long {
return 0
}
} }