@flourish/info-popup
Advanced tools
Comparing version 6.0.1 to 6.0.2
{ | ||
"name": "@flourish/info-popup", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Popup with data insertion", | ||
@@ -5,0 +5,0 @@ "main": "info-popup.js", |
@@ -0,1 +1,4 @@ | ||
# 6.0.2 | ||
* Fix content continuing after closing panel | ||
# 6.0.1 | ||
@@ -2,0 +5,0 @@ * Update @flourish/formatters |
@@ -78,2 +78,3 @@ import { select, event as d3_event } from "d3-selection"; | ||
select(this).style("display", "none"); | ||
select(panel._content).html(""); | ||
}) | ||
@@ -80,0 +81,0 @@ .select(".flourish-panel-close") |
Sorry, the diff of this file is too big to display
7111
307428
22