mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-11 12:30:51 +08:00
Make sure notification is sticky
This commit is contained in:
parent
b2a17eee49
commit
059646ce11
@ -352,7 +352,7 @@ define([
|
||||
if (num === 0) {
|
||||
mcnw.hide();
|
||||
} else {
|
||||
mcnw.info(num + " marked cells offscreen");
|
||||
mcnw.set_message(num + " marked cells offscreen", undefined, undefined, {class: 'info'});
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user