Interactive story reactions

This commit is contained in:
Ali
2023-08-25 22:54:07 +04:00
parent db9e286857
commit f33537509f
8 changed files with 368 additions and 99 deletions

View File

@@ -1242,6 +1242,8 @@ private final class DrawingScreenComponent: CombinedComponent {
nextStyle = .regular
case .stroke:
nextStyle = .regular
case .blur:
nextStyle = .regular
}
textEntity.style = nextStyle
updateEntityView.invoke((textEntity.uuid, false))
@@ -3515,6 +3517,8 @@ public final class DrawingToolsInteraction {
nextStyle = .regular
case .stroke:
nextStyle = .regular
case .blur:
nextStyle = .regular
}
textEntity.style = nextStyle
entityView.update()