Fix NanoMap topic spam

This commit is contained in:
mochi
2020-09-18 22:01:40 +02:00
parent f56c83685f
commit e4cba5250f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ export class NanoMap extends Component {
const { dragging, offsetX, offsetY, zoom = 1 } = this.state;
const { children } = this.props;
const mapUrl = config.map + "_nanomap_z1.png?" + Date.now();
const mapUrl = config.map + "_nanomap_z1.png";
const mapSize = (510 * zoom) + 'px';
const newStyle = {
width: mapSize,
File diff suppressed because one or more lines are too long