mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-07 03:17:30 +08:00
Filterable attributes, Int64 entity
This commit is contained in:
@@ -7,7 +7,6 @@ export default class Zoom extends IMouseWheel {
|
||||
get enableZoonIn() {
|
||||
return this.#enableZoonIn
|
||||
}
|
||||
|
||||
set enableZoonIn(value) {
|
||||
value = Boolean(value)
|
||||
if (value == this.#enableZoonIn) {
|
||||
|
||||
Reference in New Issue
Block a user