When using the outpost planner tool, and this mod is enabled, it will draw dupebox wall ghosts around the mining place and create some kind of blueprint.
Obviously, this shouldn't happen when using a tool of another mod.
Modifying the event handler like this seems to make it work - I have no clue what I am doing, though.
Script.on_player_selected_area("dupe-planner", function(event)
if event.item == "dupe-planner" then
Subbox.create_and_add_from_selection_event(event)
end
end)