don't let spacebar keyups propagate outside of the title
This commit is contained in:
@@ -492,6 +492,8 @@ define([
|
|||||||
$pencilIcon.show();
|
$pencilIcon.show();
|
||||||
$saveIcon.hide();
|
$saveIcon.hide();
|
||||||
//$pencilIcon.css('display', '');
|
//$pencilIcon.css('display', '');
|
||||||
|
} else if (e.which === 32) {
|
||||||
|
e.stopPropagation();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
$saveIcon.click(save);
|
$saveIcon.click(save);
|
||||||
|
|||||||
Reference in New Issue
Block a user