mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-05 12:47:48 +02:00
Load list width on load
This commit is contained in:
@@ -4433,6 +4433,9 @@
|
||||
if (conf.lineHeight)
|
||||
setLineHeight(conf.lineHeight);
|
||||
|
||||
if (conf.listWidth)
|
||||
setListWidth(conf.listWidth);
|
||||
|
||||
updateVarsAndLayout();
|
||||
}
|
||||
|
||||
@@ -4874,8 +4877,7 @@
|
||||
|
||||
//
|
||||
$('.wrap').on('mousedown', '.board .note .text', function(ev){
|
||||
if (ev.which === 1)
|
||||
NB.noteDrag.prime(this.parentNode, ev);
|
||||
NB.noteDrag.prime(this.parentNode, ev);
|
||||
});
|
||||
|
||||
$('.config').on('mousedown', 'a.load-board', function(ev){
|
||||
|
Reference in New Issue
Block a user