-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Farewell, Interaction]: Step 2 of removing the Interaction class #4189
Conversation
@yaichenbaum Ready! |
@@ -453,7 +453,6 @@ | |||
<Compile Include="ViewModels\InteractionViewModel.cs" /> | |||
<Compile Include="ViewModels\DirectoryPropertiesViewModel.cs" /> | |||
<Compile Include="ViewModels\SelectedItemsPropertiesViewModel.cs" /> | |||
<Compile Include="Interacts\Interaction.cs" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FINALLY!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I like these changes quite a bit.
Wait.. could you check if jump string is still working? I think some timer got removed and now jumpstring does not consider more that one character. |
We did it! |
OK, I'll push a quick fix in a moment! @gave92 |
Continuation of #4016
For #4180
This is the final part of [Farewell, Interaction]. This PR removes the
Interaction
class