mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix container element for newFileMenu tooltip
Signed-off-by: Louis Chemineau <louis@chmn.me>
This commit is contained in:
parent
db83320ad7
commit
870ce7d3cc
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
}
|
||||
} catch (error) {
|
||||
$input.attr('title', error);
|
||||
$input.tooltip({placement: 'right', trigger: 'manual', 'container': '.newFileMenu'});
|
||||
$input.tooltip({placement: 'right', trigger: 'manual', container: self.$el});
|
||||
$input.tooltip('_fixTitle');
|
||||
$input.tooltip('show');
|
||||
$input.addClass('error');
|
||||
|
|
|
|||
Loading…
Reference in a new issue