From 42202ba894074ae5343839c8b1151af46adc741d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Mo=CC=88ller?= Date: Tue, 6 Oct 2020 13:50:15 +0200 Subject: [PATCH] docs(readme): document changes in class names --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b068061..b02e62e7 100644 --- a/README.md +++ b/README.md @@ -509,8 +509,8 @@ The React Flow wrapper has the className `react-flow`. If you want to change the ### Used Class Names * `.react-flow` - Outer container -* `.react-flow__renderer` - Inner container -* `.react-flow__zoompane` - Zoom & pan pane +* `.react-flow__renderer` - Flow container, used for zooming and panning +* `.react-flow__pane` - Background Pane for click and wheel events, previously `.react-flow__zoompane` * `.react-flow__selectionpane` - Selection pane * `.react-flow__selection` - User selection * `.react-flow__edges` - Edges wrapper