如何从 mapbox 弹出窗口中删除 "x"(关闭)符号

How to remove the "x" (close) symbol from mapbox pop up

我弹出了一个地图框标记,我想删除文本上方的“x”(关闭)符号。我已经搜索过,但找不到解决方案。感谢阅读。

这是现在的样子。

设置closebutton = false

喜欢:

this.#popup = new Popup({
            closeButton: false,//<----
            closeOnClick: false,
            closeOnMove: true,
            maxWidth: "auto"
        });

Read here