ナビゲーション パネルにバグがあります。
<div class="wrapper" id="mainWrapper" data-bind="router: {
transition: 'fader',
duration: 300,
fadeOnly: true,
cacheViews: router.activeItem.cacheViewDuringComposition,
alwaysAttachView: router.activeItem.alwaysAttachView }">
ナビゲーション パネルをすばやく数回クリックすると、ナビゲーションがフリーズします。プロパティ isProcessing always == ルーターで true
function dequeueInstruction()
{
if (isProcessing()) {
return;
} ...