fix vertex selection (#869)
This commit is contained in:
@ -21,6 +21,7 @@ interface ResultCommand extends CommandInfo {
|
||||
type: 'result'
|
||||
data: any
|
||||
raw: WebSocketResponse
|
||||
headVertexId?: string
|
||||
}
|
||||
interface FailedCommand extends CommandInfo {
|
||||
type: 'failed'
|
||||
|
Reference in New Issue
Block a user