reload() 수정

master
mjkhan21 1 year ago
parent da87ffb836
commit a016818b29

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

Loading…
Cancel
Save