mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-06 13:16:49 +02:00
Load list width on load
This commit is contained in:
@@ -4433,6 +4433,9 @@
|
|||||||
if (conf.lineHeight)
|
if (conf.lineHeight)
|
||||||
setLineHeight(conf.lineHeight);
|
setLineHeight(conf.lineHeight);
|
||||||
|
|
||||||
|
if (conf.listWidth)
|
||||||
|
setListWidth(conf.listWidth);
|
||||||
|
|
||||||
updateVarsAndLayout();
|
updateVarsAndLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -4874,8 +4877,7 @@
|
|||||||
|
|
||||||
//
|
//
|
||||||
$('.wrap').on('mousedown', '.board .note .text', function(ev){
|
$('.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){
|
$('.config').on('mousedown', 'a.load-board', function(ev){
|
||||||
|
Reference in New Issue
Block a user