After drop to scene operation, notifiers are sent to redraw the tree but it uses the old tree hierarchy. `RGN_DRAW_NO_REBUILD` flag prevented the tree rebuilding in `outliner_build_tree`. To clear the flag, call region_redraw function inside `scene_drop_invoke()`. Pull Request: https://projects.blender.org/blender/blender/pulls/133253