seat-editor 3.5.32 → 3.5.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -382,6 +382,7 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
|
|
|
382
382
|
const handleUnSelectComponent = () => {
|
|
383
383
|
dispatch({ type: "panel/setSelectedComponent", payload: null });
|
|
384
384
|
dispatch({ type: "panel/setSelectedGroup", payload: null });
|
|
385
|
+
dispatch({ type: "panel/setSelectionLines", payload: null });
|
|
385
386
|
setSelectedComponent(null);
|
|
386
387
|
setSelectedLines(null);
|
|
387
388
|
dispatch({ type: "panel/setShow", payload: false });
|
|
@@ -381,6 +381,7 @@ const BoardTemplate = ({ refs, loadingRender, disabled = false, }) => {
|
|
|
381
381
|
const handleUnSelectComponent = () => {
|
|
382
382
|
dispatch({ type: "panel/setSelectedComponent", payload: null });
|
|
383
383
|
dispatch({ type: "panel/setSelectedGroup", payload: null });
|
|
384
|
+
dispatch({ type: "panel/setSelectionLines", payload: null });
|
|
384
385
|
setSelectedComponent(null);
|
|
385
386
|
setSelectedLines(null);
|
|
386
387
|
dispatch({ type: "panel/setShow", payload: false });
|