Fix help icon in file dropdown menu

This commit is contained in:
DianaXWiki 2025-08-26 15:34:43 +03:00
parent c108f33afe
commit 37385f7ba0

View File

@ -1049,7 +1049,7 @@ define([
title: data.tippy || ''
//title: data.title || '',
}, [
Icons.get('drive'),
Icons.get(icon),
h('span.cp-toolbar-name'+drawerCls, data.text)
]));
var feedbackHandler = common.prepareFeedback(data.name || 'DEFAULT');