Skip to content

Commit 870ce7d

Browse files
committed
Fix container element for newFileMenu tooltip
Signed-off-by: Louis Chemineau <louis@chmn.me>
1 parent db83320 commit 870ce7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/files/js/newfilemenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
}
138138
} catch (error) {
139139
$input.attr('title', error);
140-
$input.tooltip({placement: 'right', trigger: 'manual', 'container': '.newFileMenu'});
140+
$input.tooltip({placement: 'right', trigger: 'manual', container: self.$el});
141141
$input.tooltip('_fixTitle');
142142
$input.tooltip('show');
143143
$input.addClass('error');

0 commit comments

Comments
 (0)