|
|
|
@ -1553,7 +1553,7 @@ class DatasetControl {
|
|
|
|
prev = option.prev,
|
|
|
|
prev = option.prev,
|
|
|
|
state = this.dataset.keymapped ? this.dataset.state : null;
|
|
|
|
state = this.dataset.keymapped ? this.dataset.state : null;
|
|
|
|
if (!state) {
|
|
|
|
if (!state) {
|
|
|
|
state = this.empty ? {currentKey: null, selectedKeys: []} : null;
|
|
|
|
state = this.dataset.empty ? {currentKey: null, selectedKeys: []} : null;
|
|
|
|
if (!state) {
|
|
|
|
if (!state) {
|
|
|
|
state = {};
|
|
|
|
state = {};
|
|
|
|
|
|
|
|
|
|
|
|
|