mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:26:31 +00:00
add editor, fix some bugs
WIP
This commit is contained in:
@@ -6,8 +6,6 @@ namespace Azaion.Annotator.DTO;
|
||||
|
||||
public class FormState
|
||||
{
|
||||
public SelectionState SelectionState { get; set; } = SelectionState.None;
|
||||
|
||||
public MediaFileInfo? CurrentMedia { get; set; }
|
||||
public string VideoName => string.IsNullOrEmpty(CurrentMedia?.Name)
|
||||
? ""
|
||||
|
||||
Reference in New Issue
Block a user