Three/R168/Dragcontrols.Deactivate To Disconnect

1.0.1Last update Jan 10, 2025
by@yugal41735

This codemod renames dragcontrols.deactivate() to disconnect()

Example

Before

taScene.dragControls.deactivate();

After

taScene.disconnect();

Before

dragControls.deactivate();

After

disconnect();

Build custom codemods

Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community

background illustrationGet Started Now