Max version Dropbox disable and no sync pull animations
Max version Dropbox disable and no sync pull animations.
This commit is contained in:
parent
c50b3cfddc
commit
64d20c99de
|
@ -548,7 +548,7 @@ function handleUpdate(style, {reason, method} = {}) {
|
||||||
handleUpdateInstalled(entry, reason);
|
handleUpdateInstalled(entry, reason);
|
||||||
}
|
}
|
||||||
filterAndAppend({entry}).then(sorter.update);
|
filterAndAppend({entry}).then(sorter.update);
|
||||||
if (!entry.matches('.hidden') && reason !== 'import') {
|
if (!entry.matches('.hidden') && reason !== 'import' && !$('#stylus-embedded-options')) {
|
||||||
animateElement(entry);
|
animateElement(entry);
|
||||||
requestAnimationFrame(() => scrollElementIntoView(entry));
|
requestAnimationFrame(() => scrollElementIntoView(entry));
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ enforceInputRange($('#popupWidth'));
|
||||||
setTimeout(splitLongTooltips);
|
setTimeout(splitLongTooltips);
|
||||||
|
|
||||||
// TODO: add max version to re-enable once crbug.com/996859 is resolved
|
// TODO: add max version to re-enable once crbug.com/996859 is resolved
|
||||||
if (!FIREFOX && CHROME >= 3809) {
|
if (!FIREFOX && CHROME >= 3809 && CHROME < 4044) {
|
||||||
const dropboxOption = $('option[value="dropbox"]');
|
const dropboxOption = $('option[value="dropbox"]');
|
||||||
dropboxOption.disabled = true;
|
dropboxOption.disabled = true;
|
||||||
dropboxOption.setAttribute('title', t('hostDisabled'));
|
dropboxOption.setAttribute('title', t('hostDisabled'));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user