Merge pull request #14375 from dearmochi/fix-nanomap-topic-spam

Fixes NanoMap topic spam
This commit is contained in:
AffectedArc07
2020-09-18 21:08:56 +01:00
committed by GitHub
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