mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Mobile] Back Arrow
Changes URL correctly that is printed to the console. Is the url to up one level of objects. However not navigating to that object.
This commit is contained in:
@ -125,9 +125,10 @@ define(
|
||||
if (!queryService.isMobile(navigator.userAgent)) {
|
||||
// Show bubble (on a timeout) on mouse over
|
||||
element.on('mouseenter', showBubble);
|
||||
} else if (queryService.isMobile(navigator.userAgent)) {
|
||||
element.on('touchstart', showTouchBubble);
|
||||
}
|
||||
// else if (queryService.isMobile(navigator.userAgent)) {
|
||||
// element.on('touchstart', showTouchBubble);
|
||||
// }
|
||||
|
||||
// Also make sure we dismiss bubble if representation is destroyed
|
||||
// before the mouse actually leaves it
|
||||
|
Reference in New Issue
Block a user