Fixed #32 - PlayAlertSound ignored on Paste Block Style
This commit is contained in:
@@ -605,7 +605,7 @@ namespace Filtration.ViewModels
|
||||
return;
|
||||
}
|
||||
|
||||
_blockTranslator.ReplaceColorBlockItemsFromString(targetBlockViewModel.Block.BlockItems, clipboardText);
|
||||
_blockTranslator.ReplaceAudioVisualBlockItemsFromString(targetBlockViewModel.Block.BlockItems, clipboardText);
|
||||
targetBlockViewModel.RefreshBlockPreview();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user