Skip to content

Commit 1057f81

Browse files
Fix some issues
1 parent 91e97d4 commit 1057f81

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

app/components/object-inspector/property.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
class="mixin-calc-btn"
8787
title="compute property"
8888
type="button"
89-
{{on "click" @calculate bubbles=false}}
89+
{{on "click" (stop-propagation @calculate)}}
9090
>
9191
{{svg-jar "calculate" width="16px" height="16px"}}
9292
</button>

app/libs/resizable-columns.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ export default class {
362362
* @method getStorageKey
363363
*/
364364
getStorageKey() {
365-
return `lis-${this.key}`;
365+
return `list-${this.key}`;
366366
}
367367

368368
/**

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"ember-cli-version-checker": "^5.1.2",
109109
"ember-concurrency": "^3.1.1",
110110
"ember-decorators": "^6.1.1",
111+
"ember-event-helpers": "^0.1.1",
111112
"ember-fetch": "^8.1.2",
112113
"ember-flatpickr": "^4.0.0",
113114
"ember-in-element-polyfill": "^1.0.1",

pnpm-lock.yaml

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)