revert event name

GitOrigin-RevId: 0dac1806e662ac8450fa26642dd76a9a485f6dbb
This commit is contained in:
Rebeka 2023-08-10 14:47:11 +02:00 committed by Copybot
parent 1ae5c2c2f1
commit e0d58da378

View file

@ -25,7 +25,7 @@ function DocumentationButton() {
)
function handleCloseClick() {
sendMB('file-tree-documentation-dismiss ')
sendMB('file-tree-documentation-click')
setShowDocumentationButton(false)
}