mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-11-01 16:05:42 +00:00
Correction bug properties sur item
This commit is contained in:
parent
4a64224417
commit
1160cb9c51
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ namespace AideDeJeu.ViewModels
|
||||||
{
|
{
|
||||||
if (null != prop && prop.CanWrite)
|
if (null != prop && prop.CanWrite)
|
||||||
{
|
{
|
||||||
prop.SetValue(item, inline.ToMarkdownString(), null);
|
prop.SetValue(item, prop.GetValue(item) + inline.ToMarkdownString(), null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue