Fix position of alt hints for desktop app

This commit is contained in:
JuliaSvinareva 2022-08-11 10:44:16 +03:00
parent fe0ab8706b
commit d20b161909

View file

@ -494,7 +494,7 @@ define([
disabled: disabled === true,
dataHint:'0',
dataHintDirection: hintDirection ? hintDirection : (config.isDesktopApp ? 'right' : 'left'),
dataHintOffset: hintOffset ? hintOffset : (config.isDesktopApp ? '10, -10' : '10, 10'),
dataHintOffset: hintOffset ? hintOffset : (config.isDesktopApp ? '10, -18' : '10, 10'),
dataHintTitle: hintTitle
})).render(slot);
}