Fixes #286
This commit is contained in:
@@ -818,7 +818,7 @@ angular.module('app')
|
||||
*/
|
||||
var parent = this;
|
||||
var handleTab = function (event) {
|
||||
if (!event.shiftKey && event.which == 9) {
|
||||
if(!event.shiftKey && event.which == 9) {
|
||||
if(parent.note.locked) {
|
||||
return;
|
||||
}
|
||||
@@ -841,7 +841,7 @@ angular.module('app')
|
||||
}
|
||||
|
||||
parent.note.text = this.value;
|
||||
parent.changesMade();
|
||||
parent.changesMade({bypassDebouncer: true});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -108,6 +108,7 @@ $heading-height: 75px;
|
||||
overflow-y: hidden;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
tab-size: 2;
|
||||
background-color: var(--sn-stylekit-background-color);
|
||||
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user