rpl::type_erased() -> rpl::type_erased.

This commit is contained in:
John Preston
2025-12-10 14:27:05 +04:00
parent 03e1e5cca9
commit 03df5b8546
55 changed files with 93 additions and 93 deletions

View File

@@ -110,7 +110,7 @@ Paint::Paint(
controllers->stickersPanelController
? controllers->stickersPanelController->stickerChosen(
) | rpl::to_empty
: rpl::never<>() | rpl::type_erased(),
: rpl::never<>() | rpl::type_erased,
_scene->addsItem()
) | rpl::start_with_next([=] {
clearRedoList();